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