手机
当前位置:查字典教程网 >编程开发 >安卓软件开发 >Android SDK Manager解决更新时的问题 :Failed to fetch URL...
Android SDK Manager解决更新时的问题 :Failed to fetch URL...
摘要:FailedtofectchURlhttps://dl-ssl.google.com/android/repository/addons_l...

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: <dl-ssl.google.com> != < www.google.com> 更新ADT时无法解析https://dl-ssl.google.com/android/eclipse

解决办法

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

Windows在C:WINDOWSsystem32driversetc目录下,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 更新问题的解决办法,后续继续补充相关资料,谢谢大家对本站的支持!

【Android SDK Manager解决更新时的问题 :Failed to fetch URL...】相关文章:

基于Android SDK-在64位Linux中使用需要注意的问题

关于Android SDCard存储的问题

Android 软件自动更新功能实现的方法

基于Android中Webview使用自定义的javascript进行回调的问题详解

Intel HAXM为Android 模拟器加速解决模拟器运行慢的问题

android自动更新软件版本

Android动态添加View的问题解决方法

Android Spinner 下拉菜单的使用

更新android SDK 失败的解决方法

基于Android XML解析与保存的实现

精品推荐
分类导航