【发布时间】:2018-11-02 16:14:46
【问题描述】:
我几乎尝试了所有我知道的东西,但是当我将我的 Android Studio 更新到最新版本时,它仍然显示此错误。我该怎么办?
gradle.build 是:
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()
maven{
url "https://maven.google.com"
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
【问题讨论】:
标签: android android-studio jar build.gradle auto-value