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: != < 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。

以上就是对 Android SDK Manager 更新问题的解决办法,后续继续补充相关资料,谢谢大家对本站的支持!

更多相关文章

  1. 在android获取root权限的方法^_^。
  2. Android文件递归遍历
  3. android 不使用布局文件,完全由代码控制布局实例
  4. Android CheckBox控件使用OnClickListener和OnCheckedChangeList
  5. Android Studio安装app 报错的问题It is possible that this iss
  6. Android 删除SD卡文件和文件及创建文件夹和文件
  7. android 读写文件数据
  8. android 通过资源文件名称获取资源文件id
  9. Google Maps API Key申请方法及地址

随机推荐

  1. 已有项目导入他人创建的flutter项目(andr
  2. git使用之七——Android(安卓)Studio下gi
  3. Android和Linux的关系
  4. Android(安卓)Studio(四)介Androi Studio
  5. Android 串口通信开发笔记01
  6. Android上传图片到七牛云看这篇就够了
  7. android adb工具
  8. Android(安卓)滑动效果基础篇(三)—— Gall
  9. Android日记之2011\12\27
  10. android三个特殊的资源目录 /res/xml; /r