ERROR: Failed to resolve: com.github.LuckSiege.PictureSelector:picture_library:v2.6.0

ERROR: Failed to resolve: com.github.LuckSiege.PictureSelector:picture_library:v2.6.0
忘记写第二个了,来指定仓库地址:

allprojects {
   repositories {
      jcenter()
      maven { url 'https://jitpack.io' }
   }
}

放置再gradleandroid括号中。然后,指定minsdk为20即可。

上一篇:使用xjar对jar包加密


下一篇:将项目放在github上并引用