答案 0 :(得分:0)
将其添加到项目级build.gradle:
allprojects {
repositories {
jcenter()
maven {
url "https://maven.google.com"
}
}
}
如此处所述:cannot install repository and sync project - not able to use support libraries 25.2.0