We recommend using a newer Android Gradle plugin to use compileSdk = 34

question:

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>

solve:

Add "android.suppressUnsupportedCompileSdk=34" in gradle.properties

Guess you like

Origin blog.csdn.net/weixin_45046069/article/details/132140702