AndroidSDK更新困難解決方法

Android開發(fā)者官網(wǎng)的國內(nèi)鏡像站:wear.techbrood.com

創(chuàng)新互聯(lián)公司專業(yè)為企業(yè)提供渭南網(wǎng)站建設(shè)、渭南做網(wǎng)站、渭南網(wǎng)站設(shè)計、渭南網(wǎng)站制作等企業(yè)網(wǎng)站建設(shè)、網(wǎng)頁設(shè)計與制作、渭南企業(yè)網(wǎng)站模板建站服務(wù),十年渭南做網(wǎng)站經(jīng)驗,不只是建網(wǎng)站,更提供有價值的思路和整體網(wǎng)絡(luò)服務(wù)。

搭建環(huán)境的時候,需要連接google的服務(wù)器下載開發(fā)平臺資源.在國內(nèi)會非常痛苦.又是修改hosts文件,又是設(shè)置代理的.現(xiàn)在已經(jīng)有了更方便的方法.

有好幾個同步google服務(wù)器SDK鏡像的國內(nèi)鏡像站.我們只需要在SDK Manager中設(shè)置好該代理服務(wù)器及其端口80,就可以正常下載sdk資源,而無需翻那個了。

 

方法一:使用國內(nèi)鏡像站

  1. 中關(guān)村鏡像站(使用中)

    mirrors.opencas.cn

  2. 東軟信息學(xué)院

    mirrors.neusoft.edu.cn

  3. 北京化工大學(xué)鏡像站

IPv4:  ubuntu.buct.edu.cn

IPv4:  ubuntu.buct.cn

IPv6:  ubuntu.buct6.edu.cn

 

方法二:變相解決網(wǎng)絡(luò)問題

實際上,SDK Manager下載資源是這樣一個流程:

  1. 從google服務(wù)器下載列表信息文件Ainf.xml(實際上cache中如步驟5)

  2. 根據(jù)每一個Abin.xml文件下載其對應(yīng)資源列表文件Abin.xml(實際上cache中如步驟6)

  3. 根據(jù)資源文件Abin.xml下載各種資源zip到temp目錄

  4. 解壓安裝temp目錄下的zip文件(似乎只有解壓而已)

  5. sdkinf-1_09388bd5-repository-10_xml(列表信息文件)

  6. sdkbin-1_09388bd5-repository-10_xml(資源列表文件)

 

按照這樣的流程,我們只需要第3步將資源文件復(fù)制到temp目錄.就可以”離線安裝”了. 網(wǎng)絡(luò)不好的問題可以變相解決.從SDK Manager加載解析的Xml文件中可以獲取每一個資源文件的實際下載地址.然后通過網(wǎng)盤、旋風(fēng)等方式下載到本地。

 

************************《最后更新至:2015-5-5》***************************


Xml資源列表文件(共10個XML文件):

列表信息文件(platform,platform tools,tools,source,sample,docs )

http://dl.google.com/android/repository/repository-10.xml

 

常用系統(tǒng)映像列表文件

http://dl.google.com/android/repository/sys-img/android/sys-img.xml

集成Google Api的系統(tǒng)映像列表文件

http://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml

android-wear系統(tǒng)映像列表文件

http://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml

android-tv系統(tǒng)映像列表文件

http://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml

 

add on列表文件

http://dl.google.com/android/repository/addon.xml

http://dl.google.com/android/repository/extras/intel/addon.xml

http://dl.google.com/android/repository/addons_list-2.xml

http://dl.google.com/android/repository/addon-6.xml

http://dl.google.com/android/repository/sys-img/x86/addon-x86.xml

 

========================我是一條分割線=============================

 

詳細資源文件鏈接:

sources文件

https://dl-ssl.google.com/android/repository/sources-15_r02.zip

https://dl-ssl.google.com/android/repository/sources-16_r02.zip

https://dl-ssl.google.com/android/repository/sources-17_r01.zip

https://dl-ssl.google.com/android/repository/sources-18_r01.zip

https://dl-ssl.google.com/android/repository/sources-19_r02.zip

https://dl-ssl.google.com/android/repository/sources-20_r01.zip

https://dl-ssl.google.com/android/repository/sources-21_r01.zip

https://dl-ssl.google.com/android/repository/sources-22_r01.zip

 

samples文件

https://dl-ssl.google.com/android/repository/samples-15_r02.zip

https://dl-ssl.google.com/android/repository/samples-16_r01.zip

https://dl-ssl.google.com/android/repository/samples-17_r01.zip

https://dl-ssl.google.com/android/repository/samples-18_r01.zip

https://dl-ssl.google.com/android/repository/samples-19_r06.zip

https://dl-ssl.google.com/android/repository/samples-20_r03.zip

https://dl-ssl.google.com/android/repository/samples-21_r04.zip

https://dl-ssl.google.com/android/repository/samples-22_r05.zip

 

platforms文件

https://dl-ssl.google.com/android/repository/android-15_r05.zip

https://dl-ssl.google.com/android/repository/android-16_r05.zip

https://dl-ssl.google.com/android/repository/android-17_r03.zip

https://dl-ssl.google.com/android/repository/android-18_r03.zip

https://dl-ssl.google.com/android/repository/android-19_r04.zip

https://dl-ssl.google.com/android/repository/android-20_r02.zip

https://dl-ssl.google.com/android/repository/android-21_r02.zip

https://dl-ssl.google.com/android/repository/android-22_r02.zip

 

platform-tools文件

https://dl-ssl.google.com/android/repository/platform-tools_r22-windows.zip

https://dl-ssl.google.com/android/repository/platform-tools_r22-linux.zip

https://dl-ssl.google.com/android/repository/platform-tools_r22-macosx.zip

 

build-tools文件

https://dl-ssl.google.com/android/repository/build-tools_r22.0.1-windows.zip

https://dl-ssl.google.com/android/repository/build-tools_r22.0.1-linux.zip

https://dl-ssl.google.com/android/repository/build-tools_r22.0.1-macosx.zip

 

tools文件

http://dl.google.com/android/repository/tools_r24.2-windows.zip

http://dl.google.com/android/repository/tools_r24.2-linux.zip

http://dl.google.com/android/repository/tools_r24.2-macosx.zip

 

docs文件

https://dl-ssl.google.com/android/repository/docs-22_r01.zip

 

 --------------------------------------系統(tǒng)映像文件----------------------------------------

 

arm架構(gòu)系統(tǒng)映像文件

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_armv7a-15_r02.zip

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_armv7a-16_r03.zip

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_armv7a-17_r02.zip

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_armv7a-18_r02.zip

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_armv7a-19_r02.zip

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_arm-21_r03.zip

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_arm-22_r01.zip

 

Inter_x86架構(gòu)系統(tǒng)映像文件

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86-15_r01.zip

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86-16_r01.zip

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86-17_r01.zip

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86-18_r01.zip

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86-19_r02.zip

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86-21_r03.zip

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86-22_r01.zip

 

Inter_x86_x64架構(gòu)系統(tǒng)映像文件

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86_64-21_r03.zip

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86_64-22_r01.zip

 

mips架構(gòu)系統(tǒng)映像文件

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_mips-15_r01.zip

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_mips-16_r04.zip

https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_mips-17_r01.zip

 

System Image With Google Api

1. System Image armeabi-v7a with Google APIs:

https://dl-ssl.google.com/android/repository/sys-img/google_apis/sysimg_arm-21_r05.zip

https://dl-ssl.google.com/android/repository/sys-img/google_apis/sysimg_arm-22_r01.zip

 

2. System Image x86 with Google APIs:

https://dl-ssl.google.com/android/repository/sys-img/google_apis/sysimg_x86-21_r05.zip

https://dl-ssl.google.com/android/repository/sys-img/google_apis/sysimg_x86-22_r01.zip

 

3. System Image x86_64 with Google APIs:

https://dl-ssl.google.com/android/repository/sys-img/google_apis/sysimg_x86_64-21_r05.zip

https://dl-ssl.google.com/android/repository/sys-img/google_apis/sysimg_x86_64-22_r01.zip

當前標題:AndroidSDK更新困難解決方法
本文網(wǎng)址:http://bm7419.com/article38/jdecpp.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站設(shè)計、網(wǎng)站排名、做網(wǎng)站響應(yīng)式網(wǎng)站、網(wǎng)站導(dǎo)航、網(wǎng)站策劃

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

網(wǎng)站優(yōu)化排名