安装androidstudio时报错the following sdk component was not installed:build-boots21.1.1

报错:the following sdk component was not installed:build-boots21.1.1
将C:\Users\wxc\.AndroidStudio\config\options下的other.xml文件里的

<option name="USE_HTTP_PROXY" value="true" />
    <option name="USE_PROXY_PAC" value="false" />
    <option name="PROXY_HOST" value="" />


改为

 <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" />





若还不行,下载
build-tools_r21.1.1-windows.zip
解压
在sdk/build-tools下创建21.1.1文件夹
然后将解压出来的东西拷贝到
21.1.1里面
重启Androidstudio即可

你可能感兴趣的:(sdk,WAS,component,the,not,following)