I just updated Android Studio to the version built on July 28, 2015. And the proxy settings stopped working.
I configured them in AS settings and in gradle.properties projects like this:
systemProp.http.proxyHost=some.proxy.adress.com systemProp.http.proxyPort=3128
And yet gradle build failed indicates that I should configure the proxy in graddle properties or in the IDE.
Error: connection timeout: connect. If you are behind an HTTP proxy, configure the proxy settings in the IDE or gradle.
What else can I try?
PS The proxy works and is correctly selected from the settings of Android Studio, since git works as expected.
android-studio proxy gradle
ssuukk Aug 04 '15 at 7:52 2015-08-04 07:52
source share