Skip to main content

All Questions

Tagged with
1 vote
1 answer
67 views

Unable to load Maven meta-data from https://jcenter.bintray.com/com/facebook/react/react-native/maven-metadata.xml in my React native projects

my react native projects working well , today when i build it will through an error the error statement is *FAILURE: Build failed with an exception. Where: Build file '/Users/users/Documents/...
React_Coder's user avatar
0 votes
1 answer
1k views

JCenter Maven repository is no longer receiving updates: newer library versions may be available elsewhere

I am getting this warning in project level build.gradle file in android studio. Warning:(22, 9) JCenter Maven repository is no longer receiving updates: newer library versions may be available ...
Sweta Jain's user avatar
  • 3,954
0 votes
0 answers
30 views

How to restrict apache-rat plugin from downloading jcenter dependencies

Although I am downloading apache-rat gradle jar from a maven third-party repository, the url.host is being set to jcenter which leads to downloading all the dependencies from jcenter. classpath '...
Sourabh Patil's user avatar
0 votes
1 answer
163 views

Support for libraries with same package name is deprecated and will be removed in a future release

When I use the Android Studio to build the old project, when gradle sychronizing, it pop out such message, and the package are not pulled from the repository, WARNING [Project: :app] Support for ...
Jamishon's user avatar
1 vote
3 answers
198 views

unable to get metadata from jcenter

Error getting while creating release build in react native FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':react-native-community_clipboard:...
ManojK's user avatar
  • 171
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
84 votes
5 answers
32k views

Is JCenter down permanently (31 Oct)? [duplicate]

Moderator Note: This appears to be a service outage. Stack Overflow cannot provide support for this issue > Failed to list versions for com.google.http-client:google-http-client-android. ...
Queen Ellery's user avatar
6 votes
1 answer
9k views

Gradle 'publishToMavenLocal' task not found. Please add the 'maven-publish' or 'maven' plugin

I got an error when I deployed my library on jitpack eoor are below. and I have use Project full error is here ---> Build starting... Start: Fri May 27 13:31:41 UTC 2022 67cf7f81daef Git: edb3881 ...
Laxmi kant's user avatar
1 vote
1 answer
3k views

Could not find com.twitter.sdk.android:twitter-core:3.3.0

jCenter may be shut down right now. I knew jCenter was already out of support. But our app is still using it. After jCenter closed, we can not build for android. So we use mavenCentral instead of ...
yn1043's user avatar
  • 568
0 votes
3 answers
252 views

JCenter stopped

As of now, JCenter is stopped and I noticed that a lot of libraries haven't been migrated to maven. For instance: If we consider this library: implementation 'com.github.barteksc:android-pdf-viewer:3....
srisindhu saride's user avatar
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
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
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
2 votes
4 answers
1k views

Could not Resolve koin while transfering from jcenter to maven

I am working on a project which I used koin but I had the dependencies added from jcenter and not maven. Since jcenter is going to get deprecated I want to transfer to maven. So i removed Jcenter and ...
Nion's user avatar
  • 159

15 30 50 per page
1
2 3 4 5
9