我只是安装了android studio 3.1.3,因为存在认证问题,即使获得认证问题,我也只是将Studio降级到3.0.1版本。当我尝试创建项目获得认证时,问题就来了“等级同步失败:无法找到请求的目标的有效证书路径”之类的问题
我不知道是什么原因引起的。
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
答案 0 :(得分:0)
检查您的互联网连接。当我连接到公司受限互联网时,这发生在我身上。
连接到不受限制的互联网解决了我的问题。
答案 1 :(得分:0)
如果您有防病毒软件或类似的软件,请尝试关闭并构建您的项目。
我遇到了这个问题,发生的原因是我的卡巴斯基互联网安全阻止了通信。
答案 2 :(得分:0)
这对我有用
classpath 'com.android.tools.build:gradle:+'