android开发Installed Build Tools revision 33.0.0 is corrupted. Remove and install again using the SDK Manager.问题解决方法

Installed Build Tools revision 33.0.0 is corrupted. Remove and install again using the SDK Manager.
在你的 android sdk安卓目录中
找到build tools目录中的d8.bat,将文件名修改为dx.bat。
找到build tools目录中的lib/d8.jar,将文件名修改为dx.jar。
回到Android Studio重新打包。这个问题原因可能是Google更换dx为d8后某些名称没有同步??
posted @ 2022-11-22 16:14  yongfengnice  阅读(2218)  评论(0)    收藏  举报