加入imagepicker依赖库报错

前端之家收集整理的这篇文章主要介绍了加入imagepicker依赖库报错前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Error:(3) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Spinner.Underlined'.

解决方法

buildscript {
    repositories {
        jcenter()

            maven { url 'https://dl.bintray.com/yazeed44/maven' }
      
    }
原文链接:https://www.f2er.com/javaschema/283685.html

猜你在找的设计模式相关文章