skip to Main Content

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.

Need Help, anyone solution please

2

Answers


  1. Chosen as BEST ANSWER

    Thank You Dear Brother, i will try my best


  2. Current stable release of Android Studio is build in with Gradle 8.0.2 with support up to 33. You can try beta release of Android Studio to get most up-to-date build-in tools.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search