错误记录Android 编译报错 ( Installed Build Tools revision 31.0.0 is corrupted. Remove and install again )

Posted 韩曙亮

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误记录Android 编译报错 ( Installed Build Tools revision 31.0.0 is corrupted. Remove and install again )相关的知识,希望对你有一定的参考价值。

文章目录





一、报错信息



Android 应用编译时 , 报如下错误 :

Build-tool 31.0.0 is missing DX at Y:\\001_DevelopTools\\002_android_SDK\\build-tools\\31.0.0\\dx.bat

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 43s





二、解决方案



点击顶部的 SDK Manager 图标 , 打开 SDK Manager ;

打开后 , 选择 SDK Tools 面板 :

错误提示 Build Tools revision 31.0.0 出现错误 , 这里先取消 编译工具 31.0.0 版本勾选 , 选择 Apply -> OK 卸载该工具 ;

提示删除该编译工具的 31.0.0 版本 ,

删除中 …

删除完成 ;

然后再勾选 31.0.0 编译工具 , 选择 Apply -> OK 选项 ;

提示安装 , 选择 OK ;


等待该工具自动安装完成 ;

安装完成 , 选择 Finish 选项 ;

上述操作完成后 , 可以编译通过 ;

以上是关于错误记录Android 编译报错 ( Installed Build Tools revision 31.0.0 is corrupted. Remove and install again )的主要内容,如果未能解决你的问题,请参考以下文章

错误记录记录 Android 命令行执行 Java 程序中出现的错误 ( dx 打包 PC 可执行文件报错 | dalvik 命令执行 kotlin 编译的 dex 文件报错 )

错误记录Android Studio 编译报错 ( VirtualApp 编译 NDK 报错 | Error:A problem occurred configuring project ‘: )(代

错误记录Android Studio 编译报错 ( VirtualApp 编译 NDK 报错 | Error:A problem occurred configuring project ‘: )(代

错误记录Android Studio 编译时 Kotlin 代码编译报错 ( 升级支持库时处理 @NonNull 参数 )

错误记录编译安卓项目报错 ( AndroidMavenPlugin 错误 )

错误记录Android Studio 编译报错 ( Gradle 下载错误导致 Failed to open zip file 报错 )