真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

AndroidSDK更新困難解決方法-創(chuàng)新互聯(lián)

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

創(chuàng)新互聯(lián)是一家專注于網(wǎng)站設(shè)計(jì)制作、成都網(wǎng)站建設(shè)與策劃設(shè)計(jì),城固網(wǎng)站建設(shè)哪家好?創(chuàng)新互聯(lián)做網(wǎng)站,專注于網(wǎng)站建設(shè)十年,網(wǎng)設(shè)計(jì)領(lǐng)域的專業(yè)建站公司;建站業(yè)務(wù)涵蓋:城固等地區(qū)。城固做網(wǎng)站價(jià)格咨詢:18980820575

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

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

方法一:使用國內(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ò)問題

實(shí)際上,SDK Manager下載資源是這樣一個(gè)流程:

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

  2. 根據(jù)每一個(gè)Abin.xml文件下載其對應(yīng)資源列表文件Abin.xml(實(shí)際上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文件中可以獲取每一個(gè)資源文件的實(shí)際下載地址.然后通過網(wǎng)盤、旋風(fēng)等方式下載到本地。

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

Xml資源列表文件(共10個(gè)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

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

詳細(xì)資源文件鏈接:

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

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。


文章題目:AndroidSDK更新困難解決方法-創(chuàng)新互聯(lián)
網(wǎng)站網(wǎng)址:http://weahome.cn/article/dhgsgd.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部