Installed Build Tools revision 33.0.0 is corrupted. Remove and install again using the SDK Manager.

Posted 讷言丶

tags:

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

最新androidstudio版本(2021.3.1.16)运行报错最新解决方案(2022-9月):

最后附上三个Androidstudio版本的个人云盘下载链接(安卓官方好像下载不了了)

Installed Build Tools revision 33.0.0 is corrupted. Remove and install again using the SDK Manager.

最近刚开始学习Android开发,在开发过程中碰到了好多坑,相比较于JS,Java,python,go,Android的hello world实在是弄得人头疼,各种虚拟机不行,各种SDK安装包出错。搞得人崩溃。
最后综合网上的方案以及相关报错信息,解决了这个问题,感兴趣的朋友可以看看
网上解决该报错的方式
也可以直接拉到文章最后看一下我踩坑弄出来的的解决方案

网上解决该报错的方式

网上解决该报错得方式有两种

  • 一种是系统报错提示的方式,重新安装其它版本的SDK,
  • 另外一种是重命名33.0.0的两个文件 d8.bat 和 d8.jar(将两个文件名中的8换成x)

踩坑方式一(安装其它版本SDK):

使用方式一时,我已经卸载了了33.0.0的相关SDK,但是重新运行项目时,又开始自动下载33.0.0,整的我都无语了。方式一放弃

踩坑方式二(重命名文件)


对应的文件夹下可以找到对应的SDK版本,其中一个位于**【lib】**文件夹下
重命名后问题又出来了,运行项目报错:
Manifest merger failed with multiple errors, see logs
大致意思是很多的文件有错误,越来越离谱了。

最终解决方案

第一步:下载低版本的SDK工具

第二步:手动降低打包工具版本

看红色箭头位置,如果不是30或者30.0.0(我的原来是33)的全部改正成为30或30.0.0(这一步是成功打包的关键)

最后

以上是我本人亲测解决:
Installed Build Tools revision 33.0.0 is corrupted. Remove and install again using the SDK Manager.
报错的方式,希望可以帮到你

下载Androidstudio

文件夹下三个安装包(Androidstudio3.5,Androidstudio4.1,Androidstudio2021),可选择自己需要的安装版本

https://www.aliyundrive.com/s/Skx2E3v7AjE

The following SDK component was not installed: build-tools-21.1.1

今天,在装android studio的时候遇到的问题

The following SDK component was not installed: build-tools-21.1.1

查阅好多资料

有人解决方法是

   2. 安装时出现错误:There is nothing to install or update. The following SDK component was not installed: build-tools-21.1.1。最好不要按一些论坛所讲的下载build-tools-21.1.1把原有在sdk\\build-tools下的build-tools-21.1.2删除,而是更改other.xml 配置文件的内容。一般在

C:\\Users\\"User_NAME"\\.AndroidStudio\\config\\options \\other.xml下,

For using pac file for proxy settings I did this:

<option name="USE_HTTP_PROXY" value="false" />

<option name="USE_PROXY_PAC" value="true" />

<option name="PROXY_HOST" value="proxy.x.com:81/mypac.pac" />

这个网址上说了详细

http://stackoverflow.com/questions/27683678/android-studio-component-installation-not-working-in-proxy-security-server/27691398

还有一个办法是我用的,第一个没效果对我

到我的资源里面下载 build-tools_r21.1.1-windows.zip

解压,然后再你的sdk/build-tools下面新建21.1.1把解压后的东西全部拷贝到21.1.1里面,再次启动android studio就好了。

开始你的开发之旅了就。

下载地址是点击打开链接 http://download.csdn.net/detail/chenaini119/8431167

以上是关于Installed Build Tools revision 33.0.0 is corrupted. Remove and install again using the SDK Manager.的主要内容,如果未能解决你的问题,请参考以下文章

Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager解决

Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager解决

Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager解决

Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager.(

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

错误记录Android Studio 编译报错 ( Installed Build Tools revision 31.0.0 is corrupted )