由于连接超时,无法使用sdkmanager安装Android SDK

时间:2020-06-27 00:30:36

标签: android-studio

我正在从Android Studio终端(Win 10)运行

sdkmanager "platform;android-23"

我正在(已经有几个小时了)

Warning: Failed to download any source lists!
Warning: java.net.ConnectException: Connection timed out: connect
Warning: Failed to find package platform;android-23
[===                                    ] 10% Computing updates...

我试图查看它试图与Fiddler连接的位置,但是我什至看不到连接断开。从网上看来,应该将其转到https://dl-ssl.google.com/android/repository/repository.xml,并且可以在我的浏览器中使用。

我做错什么了吗?我可以诊断是否确实是网络问题吗?

我只是为了保持正常工作而更改了SDK版本,并在构建输出中注意到了这一点

To suppress this warning, remove "buildToolsVersion '22.0.1'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
IOException: https://dl.google.com/android/repository/addons_list-3.xml
java.net.ConnectException: Connection timed out: connect
IOException: https://dl.google.com/android/repository/addons_list-2.xml
java.net.ConnectException: Connection timed out: connect
IOException: https://dl.google.com/android/repository/addons_list-1.xml
java.net.ConnectException: Connection timed out: connect

但是URL在浏览器中有效。我没有在AS配置中设置代理服务器,并且通常不使用代理服务器。

0 个答案:

没有答案