美文网首页
Error:Could not find common.jar

Error:Could not find common.jar

作者: CQ_TYL | 来源:发表于2018-09-27 15:01 被阅读0次
Error:Could not find common.jar (android.arch.core:common:1.0.0).
Searched in the following locations:https://jcenter.bintray.com/android/arch/core/common/1.0.0/common-1.0.0.jar
可以试试把项目的build
allprojects {
    repositories {
        maven {url "https://maven.google.com"}
        jcenter()//放到google后面加载
        maven { url 'https://jitpack.io' }      
    }
}

相关文章

网友评论

      本文标题:Error:Could not find common.jar

      本文链接:https://www.haomeiwen.com/subject/xbpeoftx.html