Whenever I create a new project in Android Studio it fails at Gradle Sync and always the same error:
Connection timed out: connect
org.gradle.internal.resource.transport.http.HttpRequestException: Could not GET 'https://jcenter.bintray.com/com/android/tools/build/gradle/3.1.4/gradle-3.1.4.pom'.
A screenshot of the IDE
:
It fails exactly when GET
this link: https://jcenter.binary.com/com/android/tools/build/gradle/3.1.4/gradle-3.1.4.pom
, but it can receive other links like dl.google.com and SDK Manager.
I was getting this error even on AS 3.1.3
and I haven't ever been able to create an Android Application
by Android Studio
. It can be done easily by Eclipse ADT
, but I wanna use Android Studio
because it's the official IDE
for Android
and Google is supporting Android Studio
.
Any way to solve this boring failure of Gradle
?
(I already searched one thousand times at Google
and Stack overflow
)
PLEASE DON'T EDIT MY POST :)
means btw? – Cupriferousbuild.gradle
? – Vernellvernen