We recommend using a newer Android Gradle plugin to use compileSdk = 34
•
移动开发
问题:
We recommend using a newer Android Gradle plugin to use compileSdk = 34
This Android Gradle plugin (8.0.2) was tested up to compileSdk = 33.
You are strongly encouraged to update your project to use a newer
Android Gradle plugin that has been tested with compileSdk = 34.
If you are already using the latest version of the Android Gradle plugin,
you may need to wait until a newer version with support for compileSdk = 34 is available.
To suppress this warning, add/update
android.suppressUnsupportedCompileSdk=34
to this project’s gradle.properties.
Affected Modules: app
解决:
在gradle.properties里添加“android.suppressUnsupportedCompileSdk=34”
本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://www.net2asp.com/fe92139641.html
