现在的位置: 首页 > 综合 > 正文

Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml

2014年03月05日 ⁄ 综合 ⁄ 共 270字 ⁄ 字号 评论关闭

转自自:http://blog.chinaunix.net/uid-25799257-id-3832911.html

亲测有用

修改hosts文件。
(1)windows下打开C:\Windows\System32\drivers\etc,以管理员身份编辑hosts文件,在最后添加:
74.125.237.1 dl-ssl.google.com
(2)linux下使用命令sudo vim /etc/hosts编辑hosts文件,同样在文件最后添加
74.125.237.1 dl-ssl.google.com
然后重新运行sdk manager,就可以下载了。

抱歉!评论已关闭.