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

Posted 随波足流

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

以上是关于The following SDK component was not installed: build-tools-21.1.1的主要内容,如果未能解决你的问题,请参考以下文章

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

Ionic 安卓打包或运行报错:You have not accepted the license agreements of the following SDK components

-- Could not find the required component 'pcl_ros'. The following CMake error indicates that

Could not find the required component ‘tf2_geometry_msgs‘. The following CMake error indicates that(

mac Android licenses 报错 Failed to install the following Android SDK packages as some licences have n

Failed to install the following Android SDK packages as some licences have not been accepted 问题解决(代码