Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager.
Recently while working on IntelliJ Android Studio 4.2.2 I got the above error message when I created a new project and tried to run it.
What is the problem?It seems that version 31.0.0 has some problems and downgrading to 30 resolves the issue.
Solution:- Go to File > Project Structure..,
- Now Select Modules from the Left Menu Options,
- Under Build Tool Version - select 30.0.3,
- Click Apply and OK
You may also need to do changes in SDK Manager under Tools, uninstall 31.0.0, and select Android R (API 30: version 11) to install 30.0.3

Installed build tools revision 31.0.0 is corrupted
Have Questions? Post them here!
More Posts related to Android-Studio,
- Locate MainActivity Java or Kotlin file in Android Studio
- groovy.lang.MissingPropertyException No such property Error
- How to fix java.net.NoRouteToHostException in Android Studio
- Your Android SDK is missing, out of date or corrupted SDK Problem
- [Android Studio] MainActivity does not exist
- [Android Studio] Could not automatically detect an ADB binary
- Android Studio: Cannot perform refactoring operation
- How to Configure Eclipse keymap in IntelliJ IDE
- Android Studio setup was canceled - How to resume
- [Android Studio] Hardcoded string Button, should use @string resource
- The selected device is incompatible : Android Studio
- Android Activity Main xml stuck loading
- Android Studio 1.3 beta now Available for Developers
- Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip
- Android Studio 4.2 Canary 1 now available
- [Android Studio] Button on click example
- Eclipse like Auto Import Shortcut in Intelij IDE Android Studio
- How to enable line numbers in IntelliJ Android Studio for all files
- Delete Android Studio Projects
- How to update Android Studio
- [Android Studio] Error: Missing system image on device
- macOS Big Sur java.lang.UnsatisfiedLinkError CoreFoundation - Android Studio
- Android [SDK Manager] The system cannot find the path specified
- Failed to install Android.apk on device 'emulator-5554': timeout
- [Solved] Error launching studio
More Posts:
- How to check installed Tomcat version - Tomcat
- Copy Text to Android Clipboard Programmatically ClipboardManager - Android
- Step-by-Step: How to install Flutter in Android Studio - Android-Studio
- How to configure PDF iFilter for SharePoint - SharePoint
- How to connect AirPods to Mac - MacOS
- How to upgrade Docker Desktop on Mac - MacOS
- How to Install Compare Two Files Plugin in Notepad++ - NotepadPlusPlus
- Copy entire directory using Terminal Command [Linux, Mac, Bash] - Linux