Failed to Fectch URl Https://dl-ssl.google.com/android/repository/addons_list.xml, reason:connection to https:// Dl-ssl.google.com refused
Problem installing using SDK Manager Update 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/androi D/repository/addons_list-1.xml, reason:hostname in certificate didn ' t match: <dl-ssl.google.com>!= < Www.goog Le.com> cannot resolve https://dl-ssl.google.com/android/eclipse when updating ADT
Solutions
The best way is to change the Hosts file method, update faster.
WINDOWS in the C:\WINDOWS\system32\drivers\etc directory, Linux users open/etc/hosts files. After opening the file, add the following content.
#Google主页
203.208.46.146 www.google.com
#这行是为了方便打开Android开发官网 doesn't seem to turn right now.
74.125.113.121 developer.android.com
#更新的内容从以下地址下载
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com
Add the above URL, and then choose the HTTP protocol, you can update the normal .
Choose HTTP protocol
Open SDK Manager.exe, select Tool Bar, click android SDK Manager, Force https://...sources to be fetched using http://below ... Check it out, this is mainly to convert the protected protocol HTTPS to normal HTTP.
The above is the Android SDK Manager update problem solution, follow-up continue to supplement the relevant information, thank you for the support of this site!