标签:tps span center google enter cts maven 报错 project
解决方法:
打开build.gradle 添加下面标红的代码
allprojects {
repositories {
jcenter()
// 标红的代码
maven {
url "https://maven.google.com"
}
}
}
编译报错:Failed to resolve com.android.support
标签:tps span center google enter cts maven 报错 project
原文地址:https://www.cnblogs.com/zhaoqingyue/p/8867119.html