相信一些人刚开始搞android的安装开发环境的时候会遇到:Failed to fectch URl https://dl-ssl.google.com/android/repository/addons_list.xml, reason: Connection to https://dl-ssl.google.com refused 这个问题可能是系统问题,需要修改一下host文件:方法如下:
1.打开C:\WINDOWS\system32\drivers\etc中的hosts文件
2.在最后一行添加74.125.237.1 dl-ssl.google.com
成功解决问题。
本文介绍了解决Android开发环境中出现的“Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list.xml”错误的方法。通过修改host文件中的特定条目,可以有效地解决由于连接到https://dl-ssl.google.com被拒绝导致的问题。


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



