Saturday, July 30, 2022

How To Solve: Android Studio Error: Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager.

  


Error: 

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


Solution:

go to the folder ...

1) ...\sdk\build-tools\33.0.0\...

rename d8.bat as dx.bat

2) ...\sdk\build-tools\33.0.0\lib\...

rename d8.jar as dx.jar


Reference:

https://ourcodeworld.com/articles/read/1591/how-to-solve-android-studio-error-installed-build-tools-revision-3100-is-corrupted-remove-and-install-again-using-the-sdk-manager




No comments:

Post a Comment