Android SDK更新 Connection to http://dl-ssl.google.com refused 解決方案

來源:互聯網
上載者:User

問題描述

使用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

解決辦法

由於某些眾所周知又無法理解的原因,我們大陸使用Google的服務會出現種種問題,譬如Android開發也會出現阻礙。不過首先要說明的是一般情況下使用SDK Manager更新或者更新Eclipse的ADT外掛程式是沒有問題的,我以前也能正常更新,但是昨天不知道節點抽什麼風,壓根無法串連伺服器,出現了上邊的種種問題,下面說一下如果網路抽風的話應該如何解決問題。

第一種方法一勞永逸,直接配置VPN,但是現在想找個速度快又穩定還免費的VPN實在不易,尤其是更新SDK,以幾kb/s的速度一個檔案需要400多分鐘,所以也就放棄了VPN。

另一種方法是使用http協議而不是https協議,因為https協議進行了加密處理,大陸因為無法審查,直接封死,而http協議則進行過濾處理,如果不訪問亂七八糟的東西,更新個SDK還是沒問題的。
在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開發官網 現在好像不翻牆也可以開啟
74.125.113.121 developer.android.com
#更新的內容從以下地址下載
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.