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

消除SDK更新时的“https://dl-ssl.google.com refused”异常

2014-07-01 14:30 513 查看
消除SDK更新时的“https://dl-ssl.google.com refused”错误

消除SDK更新时,有可能会出现这样的错误:

Download interrupted: hostname in certificate didn't match: <dl-ssl.google.com> != <www.google.com>

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

Done. Nothing was installed.

解决办法是:将https://修改为http://

修改方法是:如下图,在Android SDK Manager->Tools-Options...选项界面,

将“Force https://… sources to be fetched using http://…”勾选!


然后修改hosts文件:在C:\Windows\System32\drivers\etc\hosts中,添加如下几行:

#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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: