今天我将 Android Studio 更新到 3.2 并收到此错误:
Cannot change attributes of configuration ':android:kapt' after it has been resolved
我已经尝试搜索一些类似的错误,以“无法更改配置的属性......在它被解决后”,但它们都不适合我。
我在 gradle.properties 中将 configureOnDemand 设置为 false,并且我的两个存储库块都如下所示:
mavenLocal()
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
jcenter()
google()
更新:我将其范围缩小到将 build gradle 更新到 3.2 的原因。所以我现在必须使用 3.1。