您的位置:首页 > 理论基础 > 计算机网络

Download interrupted: Connection to https://dl-ssl.google.com refused

2014-11-28 11:11 513 查看
Download interrupted: Connection to https://dl-ssl.google.com refused 这个可能是网络问题,国内连google服务器经常连不上。

 

尝试用下面办法试下:

1.上图SDK Manager 的 Tools ->Options打开SDK Manager的Settings,

选中“Force https://… sources to be fetched using http://…”,
强制使用http协议。





 

2.改hosts文件。

Windows在C:\WINDOWS\system32\drivers\etc目录下,

Linux用户打开/etc/hosts文件,

打开文件后添加以下内容:

 

#android更新

203.208.46.146 dl.google.com

203.208.46.146 dl-ssl.google.com

 

若修改Hosts后还是失效,就的翻墙了,总之要连接上 dl.google.com 和dl-ssl.google.com
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐