I changed the version of gradle of Android Studio 1.5.1 from 1.5 to 2.10 and clicked sync now, (error image) but the follow ERROR ocurred :
Error:Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either in IDE or Gradle.
go to your gradle.properties file in gradle scripts and add this :
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=3128 // enter your proxy port
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=3128 // enter your proxy port.
You can find proxy port by going to internet option-> connections -> LAN settings -> Advanced -> port
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With