除AGP更新外,还将compileSdkVersion和targetSdkVersion更新为30。
生成成功,如果设置
lintOptions {
checkReleaseBuilds false
}
否则我得到
Execution failed for task ‘:app:lintVitalProductionRelease’.
> Could not resolve all dependencies for configuration ‘:app:debugUnitTestRuntimeClasspath’.
> A problem occurred configuring project ‘:core-testing’.
> java.lang.IllegalStateException: Accessing GradleBuildProject.Builder through AnalyticsConfiguratorService is not allowed after AnalyticsService is created.
编译Sdk版本30构建工具版本“30.0.3”最小Sdk版本21目标Sdk版本30等级7.0.2
有什么想法吗,伙计们?
1条答案
按热度按时间jmo0nnb31#
2021年10月9日:
我通过更改配置解决了相同的问题:
gradle.properties
组织等级配置按需=真
2021年11月4日后:
您可以将AGP升级到最新版本,例如7.x.x,但不会发生这种情况。