解决:Failed to fetch URL https://dl-ssl

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

  • 打开C:\WINDOWS\system32\drivers\et中的hosts文件
  • 在最后一行添加:74.125.237.1 dl-ssl.google.com
  • 成功解决问题。
原文地址:https://www.cnblogs.com/blogyuan/p/3739643.html