android SDK安装Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml出错 解决方案

更换代理服务器:http://mirrors.neusoft.edu.cn 端口:80

reload 解决

若以上不成功在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

原文地址:https://www.cnblogs.com/51testing/p/6423280.html