ERROR: Failed to resolve: com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.22 Show in Project St
安卓日常报错记录1
·
1.把project下的gradle做如下修改
allprojects {
repositories {
//阿里云仓库地址
maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
google()
mavenLocal()
mavenCentral()
jcenter()
maven { url "https://www.jitpack.io" }
}
}
2.仓库服务 (aliyun.com)寻找自己需要的包。仓库里面有2.9.30,
修改成2.9.30

更多推荐
所有评论(0)