码迷,mamicode.com
首页 > 移动开发 > 详细

android--SDK Manager下载Connection to http://dl-ssl.google.com refused

时间:2014-07-16 22:58:26      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   color   使用   

错误

Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com refused
Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connection to http://dl-ssl.google.com refused
Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: hostname in certificate didn‘t match: <dl-ssl.google.com> != <www.google.com>

原因是谷歌被墙了

修改hosts文件,Windows: C:\WINDOWS\system32\drivers\etc; Linux: /etc/hosts。
添加

#Google首页
203.208.46.146 www.google.com
#方便查看android api,下载sdk等
74.125.113.121 developer.android.com
#sdk manger下载
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com

 光是这样还是不行的,因为使用https下载,

需要在sdk manger菜单栏tools--options--勾上Force https xxx to be http xxx。

android--SDK Manager下载Connection to http://dl-ssl.google.com refused,布布扣,bubuko.com

android--SDK Manager下载Connection to http://dl-ssl.google.com refused

标签:android   style   blog   http   color   使用   

原文地址:http://www.cnblogs.com/fenglie/p/3835372.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!