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后某些名称没有同步??