解决“Connectionto https://dl-ssl.google.com refused”问题

来源:互联网 发布:炮哥捏脸数据 编辑:程序博客网 时间:2024/06/12 22:21

解决“Connectionto https://dl-ssl.google.com refused”问题

转自 http://lushuifa.iteye.com/blog/1676743

相信一些人刚开始搞android的安装开发环境的时候会遇到:Failed to fectch URlhttps://dl-ssl.google.com/android/repository/addons_list.xml,reason: Connection to https://dl-ssl.google.com refused

这个问题可能是系统问题,需要修改一下host文件:

方法如下:

  • 用notepad打开C:\WINDOWS\system32\drivers\etc中的hosts文件
  • 在最后一行添加74.125.237.1 dl-ssl.google.com
  • 成功解决问题。
0 0