加入imagepicker依赖库报错

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

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

解决方法

  1. buildscript {
  2. repositories {
  3. jcenter()
  4.  
  5. maven { url 'https://dl.bintray.com/yazeed44/maven' }
  6. }

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