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

时间:2023-12-10 15:43:44

(转)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协议。

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

2.改hosts文件。

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

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

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

#Google主页
203.208.46.146 www.google.com
 #这行是为了方便打开Android开发官网 现在好像不FQ也可以打开
74.125.113.121 developer.android.com
 #更新的内容从以下地址下载
203.208.46.146 dl.google.com
 203.208.46.146 dl-ssl.google.com