问题:
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: <a href="openFile:C:/Users/ZB/Desktop/SPP_BLE/app/build.gradle">app</a>
解决:文章来源:https://www.toymoban.com/news/detail-741038.html
在gradle.properties里添加“android.suppressUnsupportedCompileSdk=34”文章来源地址https://www.toymoban.com/news/detail-741038.html
到了这里,关于We recommend using a newer Android Gradle plugin to use compileSdk = 34的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!