Answers for "installed build tools revision 31.0.0 is corrupted. remove and install again using the sdk manager how to resolve this issue in mac"

1

Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager.

The same problem was encountered and solved with a few line changes.

Check the Project code panel, and go to Gradle Scripts --> build.gradle file,

    Change 3 places: compileSdkVersion, buildToolsVersion, targetSdkVersion from 31 to 30
    You'll notice a lightbulb hit occurring on modified lines, click and choose sync [to version 30]. The Android Studio will automatically download BuildTool V30 and change project settings.

Now run the app. It works for me
(copied from https://stackoverflow.com/a/68397108/14350452)
Posted by: Guest on September-27-2021

Code answers related to "installed build tools revision 31.0.0 is corrupted. remove and install again using the sdk manager how to resolve this issue in mac"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language