Skip to main content

Questions tagged [jcenter]

JCenter is a Maven repository that was used to find and share popular Apache Maven packages for use by Maven, Gradle, Ivy, SBT, etc. It is now deprecated and read-only.

0 votes
1 answer
210 views

jcenter.bintray.com give 502 Bad Gateway

I'm getting 502 from Bintray when I try to import new dependencies e tried: Clear cache/restart Updating my gradle version Updating Exoplayer version Still getting the error from Bintray. Best regards....
Ahmed Taher's user avatar
0 votes
3 answers
535 views

jCenter returns 502 Bad Gateway

I am trying to build my project but it seems the jcenter is down. $ cd android $ sudo ./gradlew assembleRelease > Task :app:lintVitalRelease FAILED FAILURE: Build failed with an exception. * What ...
H. Pardess's user avatar
2 votes
1 answer
3k views

React Native: Android "Received status code 502 from server: Bad Gateway" from JCenter and Bintray being discontinued

Note that these are snippets of the errors I found useful, and also that the snippets starting with "What went wrong". After running npx react-native run-android --verbose (which has always ...
Daggerpov's user avatar
  • 164
0 votes
1 answer
1k views

jcenter repository disappeared

I get an android source code with org.litepal.android:java:3.0.0. dependency, this dependency can be found in jcenter, according to https://mvnrepository.com/artifact/org.litepal.android/java/3.0.0 I ...
Dániel Kis's user avatar
  • 2,561
5 votes
2 answers
5k views

Could not HEAD 'https://jcenter.bintray.com/com/facebook/react/react-native/maven-metadata.xml'. Received status code 502 from server: Bad Gateway

I am trying to build my react-native project for android and getting the following error on Windows but its working on Mac. $ react-native run-android info Running jetifier to migrate libraries to ...
Surya's user avatar
  • 1,021
61 votes
8 answers
35k views

jcenter.bintray.com is down Error: 502 Bad Gateway [closed]

When trying to build my project I am getting the following error: Could not GET 'https://jcenter.bintray.com/androidx/lifecycle/lifecycle-common/maven-metadata.xml'. Received status code 502 from ...
Lucas's user avatar
  • 1,246
1 vote
0 answers
225 views

Could not GET 'https://google.bintray.com/flexbox-layout/com/facebook/react/react-native/maven-metadata.xml'. Received code 502: Bad Gateway

I've been having this issue since about 9 Dec. It seems jcenter has sunset 2 months early (https://status.bintray.com/) I've updated my RN version to 0.65.0, my Gradle to v6.9 and I've added ...
Petetheodddog's user avatar
4 votes
2 answers
3k views

Bintray web site down all day is it permanent issue?

I updated my Android studio to Artic Fox 2021.3.1 and in order to clean the project I cleaned the project and try to run again. Almost 10 hours the http://dl.bintray.com/populov/maven is down and ...
Olkunmustafa's user avatar
  • 3,192
2 votes
2 answers
3k views

Flutter exception Could not resolve com.google.android.gms:play-services-location:16.+

In trying to emulate the application now, the terminal throws an exception and the application won't start: FAILURE: Build failed with an exception. * What went wrong: Could not determine the ...
Massau's user avatar
  • 49
2 votes
3 answers
4k views

React-Native: ''Please remove usages of `jcenter()` Maven repository from your build scripts...''

I'm build my project after added react-native-image-crop-picker. But i meet this error. Could you please to show me the way to fix this. Thank you very much. //build.gradle buildscript { ext { ...
Chen Triều's user avatar
0 votes
2 answers
608 views

I want to use PayFort Sdk in react native with some libraries and getting error

I want to use PayFort in my React Native and luckily I found out two of these libraries 1 is RN-Payfort-SDK and the other one is react-native-payfort-sdk and I am using it correctly but when I try ...
Usama Altaf's user avatar
1 vote
1 answer
828 views

Import RealmRecyclerViewAdapter throught mavenCentral() instead of jcenter()

This is a pretty straightforward question I would like to use the RealmRecyclerViewAdapter library on my project, but when I try to import it using mavenCentral() on my dependencies I got this error: *...
guisantogui's user avatar
  • 4,076
0 votes
3 answers
888 views

how resolve FolioReader dependency problem

I try to use FolioReader library for use epub files in my project. I add dependencies to my project and build it but I get this errors: FAILURE: Build completed with 7 failures. 1: Task failed with ...
Mohammad hosein Hosseini's user avatar
0 votes
0 answers
239 views

In gradle, a maven artifact without a pom file works from jcenter but not mavenCentral

I have a Java project using gradle that uses some very old dependencies. One of them has a transitive dependency that works fine with jcenter() but now fails when I try to migrate to mavenCentral(). ...
Jeff C Johnson's user avatar
0 votes
1 answer
128 views

Gradle: Could not resolve me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1

I'm trying to upgrade Gradle version from 4.10.3 to 6.8 for project https://archive.apache.org/dist/groovy/2.5.8/sources/apache-groovy-src-2.5.8.zip and for that I modified build.gradle this way https:...
Ekaterina Ivanova iceja.net's user avatar

15 30 50 per page
1 2
3
4 5
25