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.

121 questions with no upvoted or accepted answers
7 votes
0 answers
3k views

Android Studio 3.1: Could not find gradle-core.jar (gradle-core-3.1.0.jar)

I've just installed Android Studio 3.1 over previous version of android. When I try to create new project, during project build it stops and prompts below error. I've used many solution but it did ...
VSB's user avatar
  • 10.2k
7 votes
0 answers
1k views

How long does it usually take bintray to sync to jcenter?

I have uploaded my library here: https://bintray.com/cuipengfei/maven/autoupdateapk It has been approved to link to jcenter yesterday. I can even get search results in jcenter: https://bintray.com/...
Cui Pengfei 崔鹏飞'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
5 votes
2 answers
2k views

Publish android library to jcenter: gradle bintrayUpload does not find libraries

I'm trying to publish an Android library to jcenter. I've followed https://github.com/danielemaddaluno/gradle-jcenter-publish tutorial. Everything works fine until I try to execute gradle ...
Mateu's user avatar
  • 2,678
4 votes
0 answers
857 views

Why removing jcenter() repository fails my Android Application build for sqlite-android:3.36.0

I've updated my Android Application gradle to use AGP 7.0 my gradle repositories resembles this repositories { google() mavenCentral() jcenter() } This shows that JCenter ...
Hector's user avatar
  • 4,846
4 votes
1 answer
7k views

No signature of method is applicable for argument types when trying to publish to JCenter with gradle

I'm trying to publish my project to JCenter with gradle. I'm getting this error: $ ./gradlew bintrayUpload FAILURE: Build failed with an exception. * Where: Build file '/Users/tomcaflisch/my-...
Catfish's user avatar
  • 19.2k
4 votes
0 answers
113 views

Grails 2.3.6 plugin can't find jcenter?

I have a Grails 2.3.6 plugin with the following BuildConfig: grails.project.dependency.resolution = { // inherit Grails' default dependencies inherits("global") { // uncomment to ...
DirtyMikeAndTheBoys's user avatar
4 votes
2 answers
2k views

Could not resolve com.stripe:stripe-android:20.4.1 in flutter

I am getting following error while trying to build Android app in Flutter project What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for ...
Rafid Kotta's user avatar
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
3 votes
1 answer
3k views

Error 403 Forbidden : Impossible to access to jcenter

From this morning, gradle build failed due to error when accessing to jcenter : Could not resolve all artifacts for configuration ':app:debugCompileClasspath'. Could not resolve org.koin:koin-android:...
Guillaume P's user avatar
3 votes
0 answers
128 views

Bintray new version is not synced to JCenter

A few months ago, I uploaded version 2.0 of my JARs to Bintray, and they were approved to JCenter. All worked great. Two days ago, I uploaded version 2.1 of my JARs to Bintray, and only 25 of the 84 ...
Julie Sullivan's user avatar
3 votes
0 answers
567 views

Link Private Repository to jCenter in bintray

I published my project in the Bintray successfully, but when I tried to link it to the jCenter, I got this error message: Failed to send a message: The version control "https://github-private-...
javadhme's user avatar
3 votes
2 answers
3k views

React-Native Android import from node_modules directory does not working

We are using react-native 0.43.4 version and we forked it. It is downloading via npm install. package.json "react-native": "git+ssh://[email protected]/username/react-native#fix/xcode_9_3", ...
okarakose's user avatar
  • 3,732
3 votes
0 answers
117 views

Unnable to sync Jcenter to Maven Central

I am trying to sync my bintray repo to maven, yet I receive the following error: Last Synced: Never Last Sync Status: Sync Failed Last Sync Errors: Problem extracting files to sync. Please try again ...
Johnny's user avatar
  • 31
3 votes
1 answer
205 views

Jenkins: From Gradle 2.2.2.pom com.android.tools.build:gradle:2.2.2

I am setting up Jenkins for my Android projects automated build. Since VM has Internet disabled, I downloaded gradle.2.2.2.pom from: https://jcenter.bintray.com/com/android/tools/build/gradle/2.2.2/...
Ritu Raj's user avatar
  • 543

15 30 50 per page
1
2 3 4 5
9