Could not GET 'https://jcenter.bintray.com/com/android/support/support-v4/maven-metadata.xml'. Received status code 502 from server: Bad Gateway Enable Gradle 'offline mode' and sync project
Asked
Active
Viewed 276 times
3
-
this happening in general for jcenter. :( wget https://jcenter.bintray.com/com/vaadin/vaadin-sass-compiler/maven-metadata.xml --2019-03-21 08:26:08-- https://jcenter.bintray.com/com/vaadin/vaadin-sass-compiler/maven-metadata.xml Resolving jcenter.bintray.com (jcenter.bintray.com)... 52.34.114.104, 35.164.178.254 Connecting to jcenter.bintray.com (jcenter.bintray.com)|52.34.114.104|:443... connected. HTTP request sent, awaiting response... 502 Bad Gateway – Igor Sadovnikov Mar 21 '19 at 08:28
-
I confirm 502 Bad Gateway error with jcenter related compile. – NVA Mar 21 '19 at 09:08
-
1Same is happening here. Is there any solution available? I have been searching for last 2,3 hours. Didn't found anything useful. – Ali Ahmed Mar 21 '19 at 09:26
-
1"Intermittent download issues in Bintray" See this https://status.bintray.com/ – MohammedYakub M. Mar 21 '19 at 09:50
-
To fix it open android sdk manager and: 1.Uninstall android support repository 2.Install again android support repository 3.clean and rebuild project – Rabiun Islam Mar 24 '19 at 10:48