使用SDK Manager.exe安裝Android開發環境的時候會遇到:
Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml
Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connection to https://dl-ssl.google.com refused
Fetched Add-ons List successfully
Fetching URL: https://dl-ssl.google.com/android/repository/repository-8.xml
Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-8.xml, reason: HttpHostConnect Connection to https://dl-ssl.google.com refused
這個問題需要修改一下host檔案:
方法如下:
- 用notepad開啟C:\WINDOWS\system32\drivers\etc中的hosts檔案
- 在最後一行新增74.125.237.1 dl-ssl.google.com
- 成功解決問題。
- 如果仍然是refused,在cmd開啟的dos視窗,執行命令ping dl-ssl.google.com,如果ping不通,則使用ping –t dl-ssl.google.com,等到可以ping通了再安裝
補充:
74.125.237.1 dl-ssl.google.com的來源:
C:\Users\test>ping dl-ssl.google.com
正在 Ping dl-ssl.google.com [74.125.237.1] 具有 32 位元組的資料:
來自 74.125.237.1 的回覆: 位元組=32 時間=104ms TTL=46
來自 74.125.237.1 的回覆: 位元組=32 時間=102ms TTL=46
來自 74.125.237.1 的回覆: 位元組=32 時間=104ms TTL=46