Android SDK Manager解決更新時(shí)的問(wèn)題 :Failed to fetch URL...
Failed to fectch URl https://dl-ssl.google.com/android/repository/addons_list.xml, reason: Connection to https://dl-ssl.google.com refused
安裝使用SDK Manager更新時(shí)出現(xiàn)問(wèn)題 Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com refused Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connection to http://dl-ssl.google.com refused Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: hostname in certificate didn‘t match: <dl-ssl.google.com> != < www.google.com> 更新ADT時(shí)無(wú)法解析https://dl-ssl.google.com/android/eclipse
解決辦法
最好的方法還是改hosts文件的方法,更新速度較快。
Windows在C:\WINDOWS\system32\drivers\etc目錄下,Linux用戶打開/etc/hosts文件。 打開文件后添加以下內(nèi)容。
#Google主頁(yè)
203.208.46.146 www.google.com
#這行是為了方便打開Android開發(fā)官網(wǎng) 現(xiàn)在好像不翻也可以打開
74.125.113.121 developer.android.com
#更新的內(nèi)容從以下地址下載
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com
添加以上的網(wǎng)址,再選用http協(xié)議,就可以正常的進(jìn)行更新了。
選用http協(xié)議
打開SDK Manager.exe,選中tool欄,點(diǎn)Android SDK Manager ,在下面Force https://...sources to be fetched using http://... 打上勾就行了,這個(gè)主要是把受保護(hù)的協(xié)議 https 轉(zhuǎn)成普通http。
以上就是對(duì) Android SDK Manager 更新問(wèn)題的解決辦法,后續(xù)繼續(xù)補(bǔ)充相關(guān)資料,謝謝大家對(duì)本站的支持!
相關(guān)文章
Android 對(duì)手機(jī)網(wǎng)絡(luò)的檢測(cè)和監(jiān)聽的方法示例
本篇文章主要介紹了Android 對(duì)手機(jī)網(wǎng)絡(luò)的檢測(cè)和監(jiān)聽的方法示例,主要使用BroadcastReceiver廣播接收器來(lái)接收網(wǎng)絡(luò)狀態(tài),現(xiàn)在分享給大家,也給大家做個(gè)參考,有興趣的一起來(lái)了解一下2018-03-03Android studio2.3.3升級(jí)到3.1.2坑(小記)
這篇文章主要介紹了Android studio2.3.3升級(jí)3.1.2坑(小記),小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧2018-09-09Android仿微信照片選擇器實(shí)現(xiàn)預(yù)覽查看圖片
這篇文章主要介紹了Android仿微信照片選擇器實(shí)現(xiàn)預(yù)覽查看圖片的相關(guān)資料,感興趣的小伙伴們可以參考一下2016-01-01Android編程實(shí)現(xiàn)分頁(yè)加載ListView功能示例
這篇文章主要介紹了Android編程實(shí)現(xiàn)分頁(yè)加載ListView功能,結(jié)合實(shí)例形式分析了listview分頁(yè)加載的原理、實(shí)現(xiàn)技巧與相關(guān)注意事項(xiàng),需要的朋友可以參考下2017-02-02Android調(diào)用手機(jī)攝像頭拍照和錄音功能
這篇文章主要為大家詳細(xì)介紹了Android調(diào)用手機(jī)攝像頭拍照和錄音功能,文中示例代碼介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下2022-03-03Android百度地圖應(yīng)用之MapFragment的使用
這篇文章主要為大家詳細(xì)介紹了Android百度地圖應(yīng)用之MapFragment的使用的相關(guān)資料,需要的朋友可以參考下2016-06-06