当前位置: 首页 > 工具软件 > PL Proxy > 使用案例 >

Error:Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy set

燕玉堂
2023-12-01

问题详情

具体怎么产生的记不清了,使用下面的代码可以解决。

解决方案

在gradle.properties文件中添加相关代理

systemProp.http.proxyHost=some.proxy.adress.com
systemProp.http.proxyPort=3128
systemProp.https.proxyHost=some.proxy.adress.com
systemProp.https.proxyPort=3128

把http/https代理都设置上就可以了。

 类似资料:

相关阅读

相关文章

相关问答