Failed to fectch URl https://dl-ssl.google.com/android/repository/addons_list.xml, reason: Connection to https://dl-ssl.google.com refused
解决办法来源于:code.google.com
Windows:
Ubuntu:
- 打开hosts文件
在最后一行添加74.125.237.1 dl-ssl.google.com$ sudo gedit /etc/hosts - 编辑后,你需要重新启动一下你的网络。
$sudo /etc/init.d/networking restart
本文提供了解决连接到https://dl-ssl.google.com被拒绝的方法。对于Windows系统,可以通过修改C:WINDOWSsystem32driversetc目录下的hosts文件,并添加指定的IP地址来解决。对于Ubuntu系统,则需要编辑/etc/hosts文件并重启网络服务。
309

被折叠的 条评论
为什么被折叠?



