兵马逐浪去,将象入海流。炮声震心动,惊起卧龙游。
我的博客园主页 --------- 我的知乎主页 --------- 我的github主页 --------- 我的csdn主页 --------- 我的新浪微博

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

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

2015-01-18 09:28:50|  分类: Android 开发每日|举报|字号 订阅

 
 


Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connect - 千里马 - 众里寻他千百度,深中成就满分路

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://...

  设置好了之后瞬间特别快~

Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connect - 千里马 - 众里寻他千百度,深中成就满分路

点击“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

posted @   leoking01  阅读(1461)  评论(0编辑  收藏  举报
编辑推荐:
· 智能桌面机器人:用.NET IoT库控制舵机并多方法播放表情
· Linux glibc自带哈希表的用例及性能测试
· 深入理解 Mybatis 分库分表执行原理
· 如何打造一个高并发系统?
· .NET Core GC压缩(compact_phase)底层原理浅谈
阅读排行:
· 手把手教你在本地部署DeepSeek R1,搭建web-ui ,建议收藏!
· 新年开篇:在本地部署DeepSeek大模型实现联网增强的AI应用
· Janus Pro:DeepSeek 开源革新,多模态 AI 的未来
· 互联网不景气了那就玩玩嵌入式吧,用纯.NET开发并制作一个智能桌面机器人(三):用.NET IoT库
· 【非技术】说说2024年我都干了些啥
#back-to-top { background-color: #00CD00; bottom: 0; box-shadow: 0 0 6px #00CD00; color: #444444; padding: 10px 10px; position: fixed; right: 50px; cursor: pointer; }
点击右上角即可分享
微信分享提示