Could not get resource 'https://jcenter.bintray.com/com/

根目录的build.gradle


allprojects {
    repositories {
        maven{ url'http://maven.aliyun.com/nexus/content/groups/public/' }
        maven { url 'http://developer.huawei.com/repo/' }
        jcenter { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
        google()
        jcenter()
    }
}

 

你可能感兴趣的:(android相关)