Could not find com.android.support:appcompat-v7:23.1.1 问题解决


allprojects {
    repositories {
        jcenter()
        maven { url "https://maven.google.com" }//添加这个就可以
    }
}

你可能感兴趣的:(Could not find com.android.support:appcompat-v7:23.1.1 问题解决)