所以我刚刚安装了Android studio并运行了“Hello World”基本应用程序。
然后我收到了这个错误:
错误:连接超时:连接
我尝试从我的USER
文件夹中删除gradle(没有帮助)。
非常感谢任何帮助。谢谢!
答案 0 :(得分:1)
将android studio中的代理设置更改为手动代理并输入公司代理。这帮助了我。
File -> Settings -> Appearance & Behavior -> System Settings -> HTTP Proxy -> check Manual proxy configurations. Enter the proxy -> click apply
注意**单击Check Connection
答案 1 :(得分:0)
您应该在https setings配置的gradle.properties
文件中添加以下行
systemProp.https.proxyHost=www.somehost.org
systemProp.https.proxyPort=8080
systemProp.https.proxyUser=userid
systemProp.https.proxyPassword=password
systemProp.https.nonProxyHosts=*.nonproxyrepos.com|localhost