Failed to fectch URl https://dl-ssl.google.com/android/repository/addons_list.xml, reason: Connec...

在下載和更新 Android SDK 的時候,會出現訪問速度很慢,並且下載、更新失敗,提示 「Failed to fectch URl https://dl-ssl.google.com/android/repository/addons_list.xml, reason: Connection to https://dl-ssl.google.com refused」。這是因爲我國特殊的國情形成的,解決辦法以下: android

Windows 系統: fetch

  • 打開C:\WINDOWS\system32\drivers\etc中的hosts文件
  • 在最後一行添加74.125.237.1 dl-ssl.google.com


Linux 系統:
  • 打開/etc 下的hosts文件
  • 添加 74.125.237.1 dl-ssl.google.com
完成上述步驟後,還 有可能會出現這樣的錯誤:

Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: hostname in certificate didn't match: <dl-ssl.google.com> != <www.google.com> OR <www.google.com> google

解決辦法是:將https://修改成http://
修改方法是:以下圖,在Android SDK Manager->Tools-Options...選項界面,
將「Force https://… sources to be fetched using http://…」勾選!
spa

若是還有錯,能夠在文件(C:\Windows\System32\drivers\etc\hosts)中,添加以下幾行:
203.208.46.146 www.google.com
203.208.46.146 dl.google.com 
203.208.46.146 dl-ssl.google.com xml

相關文章
相關標籤/搜索