作为一名终端SW,做Android开发是我的荣幸。在明确知道JAVA是我现阶段的软肋之后,又遇上了一个小插曲。
在公司安装android开发环境是如此的顺利,在自己电脑则出现了SDK更新错误。据说是天朝网络的问题,https改为http之后问题依旧。
网络搜了好久,非得把英文关键词打上次才搜出来。
最后 问题解决,方法如下:
使用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: !=
更新ADT时无法解析https://dl-ssl.google.com/android/eclipse
最实用的解决方法:
改hosts文件的方法,更新速度较快。Windows在C:\WINDOWS\system32\drivers\etc目录下,如果你在文件管理器找不到改文件,在“运行”框,输入上面的地址就行了。
打开文件后添加以下内容。用记事本打开。
#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协议,就可以正常的进行更新了。
文章评论(0条评论)
登录后参与讨论