Solve-Android Studio-Revision-Error

Resolving SDK Build Tools revision is too low for project app error in Android Studio

While working on Android Studio to develop and app, you may face some errors. We faced an error while updating Android Studio to newer version. Let’s learn here about SDK Build Tools revision is too low for project app error and how to resolve it.

We update Android Studio to 2.3.2 and faced the following error,

The following is the screenshot of the same error:

SDK Build Tools revision is too low for project app error

To solve the error, you need to update the Gradle Version. Let’s do it.

Fix to SDK Build Tools revision is too low for project app error

Let’s see how to resolve this issue,

To solve it, go to project build.gradle and change the line,

To the following, which will correct the error,

The same is shown below with the complete Gradle code i.e build.gradle (project). Your update code should be like this,

Now, check Gradle sync, sync it again,

Resolved SDK Build Tools revision is too low for project app error

Now you can see Build Successful. Error resolved successfully,

Build Successfull Error Resolved

If you found another fix for the error, and you’re facing another issue, then please mention in the comments section.

Resolving Page Not Found Error on every Drupal page except homepage
Fix NetBeans Installation Error: An unexpected exception in thread main
Studyopedia Editorial Staff
Studyopedia Editorial Staff
[email protected]

We work to create programming tutorials for all.

No Comments

Post A Comment

Discover more from Studyopedia

Subscribe now to keep reading and get access to the full archive.

Continue Reading