Error:Could not find common.jar

2018-09-27  本文已影响0人  CQ_TYL
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' }      
    }
}
上一篇 下一篇

猜你喜欢

热点阅读