前端之家收集整理的这篇文章主要介绍了
加入imagepicker依赖库报错,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
@H_
404_0@
Error:(3) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Spinner.Underlined'.
@H_
404_0@
解决方法:
@H_
404_0@
buildscript {
repositories {
jcenter()
maven { url 'https://dl.bintray.com/yazeed44/maven' }
}