首页 > 移动平台 > 详细

Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connecti

时间:2014-09-16 17:28:10      阅读:468      评论:0      收藏:0      [点我收藏+]
使用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-2.xml, reason: hostname in certificate didn‘t match: <dl-ssl.google.com> != <www.google.com>

更新ADT时无法解析https://dl-ssl.google.com/android/eclipse



1、最好的方法还是改hosts文件的方法,更新速度较快。

Windows在C:\WINDOWS\system32\drivers\etc下的hosts文件
打开文件后添加以下内容。

#Google主页
203.208.46.146 www.google.com
#这行是为了方便打开Android开发官网 现在好像不VPN也可以打开
74.125.113.121 developer.android.com
#更新的内容从以下地址下载
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com

2、添加以上的网址,再选用http协议,就可以正常的进行更新了。

在SDK Manager下Tools->Options打开了SDK Manager的Settings,选中“Force https://… sources to be fetched using http://…”,强制使用http协议。


接下来就是重新运行SDK Manager.exe ,耐心等待,这个时间还是比较慢的。





Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connecti

原文:http://blog.csdn.net/moyanxuan_1993_2_24/article/details/39319191

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!