Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connection to https://dl-ssl.google.com refused
解决办法:更新sdk,遇到 Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason:.....
在网上找的资料
「HTTP Proxy Server」:mirrors.neusoft.edu.cn
「HTTP Proxy Port」 :80
选中Foce https://...sources to be fetched using https://...
设置好了之后瞬间特别快~
点击“SDK Manager” - "Tools" - "Options", 设置见下图、
把上边的代理服务器改为mirrors.neusoft.edu.cn非常迅速下载成功
这样设置后应该就可以了。
如果以上的方法还不能成功的话,使用以下终极方法,指定Host:
74.125.237.1 dl-ssl.google.com
具体操作方式:
点击桌面左下角开始菜单中的搜索,把以下路径,c:\windows\system32\drivers\etc,复制到搜索窗口中 ,找到host文件,其实是一个纯文本的文件,
1、用记事本打开
2、将:74.125.237.1 dl-ssl.google.com 添加至最后一行
3、保存关闭Host
使用http协议而不是https协议,因为https协议进行了加密处理,大陆因为无法审查,直接封死,而http协议则进行过滤处理,如果不访问乱七八糟的东西,更新个SDK还是没问题的。
在SDK Manager下Tools->Options打开了SDK Manager的Settings,选中“Force https://… sources to be fetched using http://…”,强制使用http协议。
而在更新ADT插件的时候则使用网址http://dl-ssl.google.com/android/eclipse,而不是https://dl-ssl.google.com/android/eclipse
相关推荐
Android SDK failed to fetch URL http dl-ssl.google.comandroidrepositoryaddons_list-2.xml
Android SDK "Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml"问题处理文件
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/androi
Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml. 说dl-ssl.google.com在大陆被强了,解决方法就是修改C:\Windows\System32\drivers\etc\hosts文件。添加一行: 代码如下: ...
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 ...
Android SDK Manager无法更新问题解决办法 最近玩ubuntu系统,以前Windows下下载的SDK...Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connection to https://dl-ssl
本文主要介绍解决安装使用SDK Manager更新时的问题:Failed to fetch URL...,这里提供了详细的资料及解决问题办法,有需要的小伙伴可以参考下
Andriod的SDK更新老是出现错误,提示什么Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml的,但是这个方法可以解决该问题,本人测试可以使用,特提供给大家哦,祝大家更新成功
本文将详细解析如何配置安卓开发环境,并提供针对“Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list”这类常见问题的解决方案。 首先,我们需要安装Java Development Kit (JDK),...