Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發環境 >> 解決安裝使用SDK Manager更新時的問題:Failed to fetch URL...

解決安裝使用SDK Manager更新時的問題:Failed to fetch URL...

編輯:Android開發環境

       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更新時出現問題 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

解決辦法

最好的方法還是改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

添加以上的網址,再選用http協議,就可以正常的進行更新了。

選用http協議

打開SDK Manager.exe,選中tool欄,點Android SDK Manager ,在下面Force https://...sources to be fetched using http://... 打上勾就行了,這個主要是把受保護的協議 https 轉成普通http。

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved