出现这个问题的一开始不知道怎么解决 ,修改了本地的gradle,都不对。
最好的是在工程下的build.gradle中的
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
maven { url 'https://dl.google.com/dl/android/maven2/' }
}
}
修改google的地址就行