Android Studio 设置向导 (studio64.exe) 无法获取某些 XML。
我已经在 studio64.exe.vmoptions 中设置了
-Djava.net.preferIPv4Stack=true
-Dhttp.proxyHost=...
-Dhttp.proxyPort=...
也试过
-Dhttp.proxyHost=www.google.com
-Dhttp.proxyPort=80
但是没有任何效果,而且我在谷歌上没有发现任何有用的东西,好像我是唯一一个遇到这个问题的人。
细节:
Android SDK was installed to C:\Users\*\AppData\Local\Android\sdk
Refresh Sources:
Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connection refused: connect
Fetched Add-ons List successfully
Refresh Sources
Failed to fetch URL http://dl-ssl.google.com/android/repository/repository-10.xml, reason: Connect Connection refused: connect
Refresh Sources:
Failed to fetch URL http://dl-ssl.google.com/android/repository/repository-10.xml, reason: Connect Connection refused: connect
There is nothing to install or update.
The following SDK component was not installed: build-tools-21.1.1
我使用了很多开发工具都没有问题,而 Android Studio 现在是第一个出现连接问题的工具。
提到的 XML 文件我可以通过浏览器毫无问题地访问。