When creating project in Android Studio, I am getting the below 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 [gradle website](http://services.gradle.org /distributions/gradle-1.6-bin.zip) to download gradle manually, it failed to download (timed out).
I cannot download gradle manually and I cannot create new project in android studio.
I checked everywhere before I posted this message with no luck.
My environment:
- Windows 7 64 bit.
- java jdk1.7.0_21 64 bit.
I have excellent internet connection, and I also tried from different network, still I am getting the same error message.
Any help is appreciated.