When I create a project in Android Studio, I get the following error message.
Failed to import new Gradle project: Could not install Gradle distribution from 'http://services.gradle.org/distributions/gradle-1.6-bin.zip'. java.net.ConnectException: Connection timed out: connect **Connection timed out: connect
Even when I go to the [gradle site] ( http://services.gradle.org /distributions/gradle-1.6-bin.zip) to download gradle manually, it could not load (timeout).
I cannot load gradle manually, and I cannot create a new project in android studio.
I checked everywhere before I sent this message without any luck.
My environment:
- Windows 7 64 bit.
- java jdk1.7.0_21 64 bit.
I have an excellent internet connection and I also tried from different networks, but I get the same error message.
Any help is appreciated.
source share