Skip to main content

All Questions

Tagged with
19 votes
4 answers
4k views

react-native Could not HEAD 'https://jcenter.bintray.com/com/facebook/react/react-native/maven-metadata.xml' [duplicate]

I created build yesterday and it was working fine . but when I try to create the release build today I got this. some if the question that are already asked here JCenter deprecation; impact on ...
Engr.Aftab Ufaq's user avatar
1 vote
1 answer
339 views

How to avoid jcenter error or replace it when jcenter shutdown today

Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not resolve com.applovin:...
ninhnau19's user avatar
  • 777
0 votes
0 answers
849 views

I was trying to migrate my app code from jcenter to mavenCentral in android studio

I was trying to migrate my app code from jcenter to mavenCentral but when I build the output then this error shown I searched the google and youtube but I didn't get any solution for this error in ...
user avatar
0 votes
2 answers
2k views

Unable to resolve dependency androidx.test:core:1.9.0-alpha01

I have tried lot but I having this issue try generate release build Could not find androidx.test:core:1.9.0-alpha01. Searched in the following locations: - https://dl.google.com/dl/android/maven2/...
Rajasekaran M's user avatar
0 votes
1 answer
210 views

Migrate from jCenter to MavenCentral, should I create a third party library JAR file containing all its dependencies?

I'm working on migrating all the third party libraries in my project from jCenter to MavenCentral. But some of them are really old and have stopped being supported. Because of the time constraint, I ...
BG_TeMe's user avatar
  • 55
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
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
3 votes
0 answers
214 views

Unable to get firebase-ui-auth from mavenCentral when I build an app with ./gradlew lintDebug

I'm trying to change a source of an android app's libraries from JCenter to MavenCentral, because the JCenter will be closed. I've checked that firebase-ui-auth v7.1.1 and v7.2.0 are in MavenCentral, ...
Masa's user avatar
  • 31
2 votes
1 answer
438 views

migrating to mavenCentral from jcenter

Android studio gave me a couple of warnings that I need to migrate away from jcenter(). I am new to android developing so started looking online for replacements. I found an article that said that I ...
chrispsv's user avatar
  • 655
13 votes
2 answers
17k views

Could not find org.koin:koin-core:2.2.2

I have recently removed jcenter() repository from the project-level build Gradle. Since then Koin (version: 2.2.2) started giving me the compile-time error below: Could not find org.koin:koin-core:2.2....
Aydinozkan's user avatar
  • 2,548
0 votes
0 answers
449 views

Migrating from jcenter() to mavelCentral() issue in android

As you know Jfrog is going to shutdown jcenter() and we have to migrate from jcenter() to mavencentral() as android docs mentioned. I did it but after building the project i get the following error : ...
Edalat Feizi's user avatar
  • 1,401
0 votes
1 answer
222 views

Could not find com.android.tools.build:gradle:4.1.0 when migrating from jcenter to mavenCentral

Jfrog is going to shutdown jcenter and that means we cannot use jcenter in our build.gradle file for downloading needed libraries and as i saw in different websites and also in android docs we can use ...
Edalat Feizi's user avatar
  • 1,401
3 votes
1 answer
452 views

Closed source project migration from jcenter to maven central

Since JCenter is shutting down on 1 May 2021. What are other options to publish a closed source library?. I have searched online but have not been able to get any reliable and recent information on ...
anshika sachan's user avatar
4 votes
2 answers
1k views

Gradle issue when migrating from JCenter to mavenCentral repository

As you maybe already know, JFrog announced that Bintray, JCenter, GoCenter, and ChartCenter will go down at 1st May this year. Since JCenter is widely used for various dependencies as main repo in ...
aherman's user avatar
  • 930
1 vote
1 answer
2k views

Could not resolve com.google.android.gms:play-services-base

Could not GET 'http://jcenter.bintray.com/com/google/android/gms/play-services-base/maven-metadata.xml'. Received status code 403 from server: Forbidden I could connect to the host. gongzelong:...
Francis Bacon's user avatar

15 30 50 per page