Exception: [!] Your app is using an unsupported Gradle project

DevOps

YOUR COSMETIC CARE STARTS HERE

Find the Best Cosmetic Hospitals

Trusted • Curated • Easy

Looking for the right place for a cosmetic procedure? Explore top cosmetic hospitals in one place and choose with confidence.

“Small steps lead to big changes — today is a perfect day to begin.”

Explore Cosmetic Hospitals Compare hospitals, services & options quickly.

✓ Shortlist providers • ✓ Review options • ✓ Take the next step with confidence

The error message “Exception: [!] Your app is using an unsupported Gradle project” typically occurs when you’re trying to build or run an Android app using a Gradle project that is not supported by the version of Gradle being used.

To resolve this issue, you can try the following steps:

  1. Open your project in a text editor or an integrated development environment (IDE) such as Android Studio.
  2. Look for the build.gradle file in the root directory of your project. This file contains the configuration for your Gradle build.
  3. Check the Gradle version specified in the build.gradle file, specifically the classpath dependency in the buildscript section. It should look similar to this:

Make sure that the Gradle version specified is supported by your Android development environment. You can refer to the Android Gradle Plugin Release Notes (https://developer.android.com/studio/releases/gradle-plugin) to find the compatible Gradle version for your Android Studio or project.

Try adding this Piece of Code

After the line

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x