connect 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协议。

connect to https://dl-ssl.google.com refused
 
connect to https://dl-ssl.google.com refused 

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

上一篇:switch语句和switch-case与if-else之间的转换


下一篇:Entity Framework Core 实现MySQL 的TimeStamp/RowVersion 并发控制