問題描述
使用SDK Manager更新時出現問題
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時無法解析https://dl-ssl.google.com/android/eclipse
使用SDK Manager更新時出現問題
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時無法解析https://dl-ssl.google.com/android/eclipse
在SDK Manager下Tools->Options打開了SDK Manager的Settings,選中“Force https://… sources to be fetched using http://…”,強制使用http協議。
而在更新ADT插件的時候則使用網址http://dl-ssl.google.com/android/eclipse,而不是https://dl-ssl.google.com/android/eclipse,這個在官方開發文檔里也有介紹。
但是昨天的情況就是使用http協議也無法訪問。
再說一個比較麻煩的方法,就是直接打開
https://dl-ssl.google.com/android/repository/addons_list.xml
https://dl-ssl.google.com/android/repository/repository.xml
https://dl-ssl.google.com/android/repository/addon.xml
這幾個文件,找到你要下載的文件名,直接用迅雷下載,ADT可以直接在官網下載ADT包進行安裝。具體方法自己搜索。
最好的方法還是改hosts文件的方法,更新速度較快。Windows在C:\WINDOWS\system32\drivers\etc目錄下,Linux用戶打開/etc/hosts文件。
打開文件后添加以下內容。
#Google主頁
203.208.46.146 www.google.com
#這行是為了方便打開Android開發官網 現在好像不VPN也可以打開
74.125.113.121 developer.android.com
#更新的內容從以下地址下載
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com
添加以上的網址,再選用http協議,就可以正常的進行更新了。
而在更新ADT插件的時候則使用網址http://dl-ssl.google.com/android/eclipse,而不是https://dl-ssl.google.com/android/eclipse,這個在官方開發文檔里也有介紹。
但是昨天的情況就是使用http協議也無法訪問。
再說一個比較麻煩的方法,就是直接打開
https://dl-ssl.google.com/android/repository/addons_list.xml
https://dl-ssl.google.com/android/repository/repository.xml
https://dl-ssl.google.com/android/repository/addon.xml
這幾個文件,找到你要下載的文件名,直接用迅雷下載,ADT可以直接在官網下載ADT包進行安裝。具體方法自己搜索。
最好的方法還是改hosts文件的方法,更新速度較快。Windows在C:\WINDOWS\system32\drivers\etc目錄下,Linux用戶打開/etc/hosts文件。
打開文件后添加以下內容。
#Google主頁
203.208.46.146 www.google.com
#這行是為了方便打開Android開發官網 現在好像不VPN也可以打開
74.125.113.121 developer.android.com
#更新的內容從以下地址下載
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com
添加以上的網址,再選用http協議,就可以正常的進行更新了。