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.

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
7 votes
2 answers
4k views

mavenCentral() is not working instead jcenter()

mavenCentral() is not working instead jcenter(). When I use mavenCentral() I am getting below error message, Could not HEAD 'https://google.bintray.com/flexbox-layout/com/google/android/flexbox/2.0.1/...
Amit Yadav's user avatar
  • 34.2k
6 votes
1 answer
1k views

Migrating from deprecated jcenter - issue with Google Places library

I am trying to remove jcenter() from my project because it is deprecated. But I am using com.google.android.libraries.places:places:2.4.0 dependency that is currently the latest version, that is ...
Pasha Oleynik's user avatar
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
0 votes
1 answer
194 views

Android Studio: How to add dependencies from gradle caches

My android project implements some dependencies from JCenter, problem is now JCenter has shutting down and i my project can't start. I have copied gradle caches folder of libraries. How can i use it ...
Keita Junichiro's user avatar
0 votes
1 answer
959 views

Android build fails with error: Execution failed for task ':app:checkReleaseDuplicateClasses'

React native Android build fails with the following error: Note : The build succeeds on my local machine but fails on the pipeline using AWS Codebuild > Task :app:checkReleaseDuplicateClasses ...
Krishna's user avatar
  • 11
3 votes
1 answer
4k views

Could not find org.apache.cordova:framework:7.0.0 after removing jcenter() in Android

My project is in Ionic 5 and just upgraded to Capacitor 3. After this upgrade I am am getting the following error. Please remove usages of `jcenter()` Maven repository from your build scripts and ...
Tapas Mukherjee's user avatar
3 votes
3 answers
4k views

Getting Error when using Android YouTube Video Player 'com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.5' after removing JCenter()

This is the error while building the gradle. [![Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could ...
Aravind Babu Jagarlamudi'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
2 votes
1 answer
1k views

Failed to list versions for com.google.android.gms:play-services-location

Today I cannot run mu flutter application there is no changes since latest successful run Error : FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:...
A.A's user avatar
  • 3,768
6 votes
2 answers
11k views

Could not get https:////dl.bintray.com/lukaville/maven/com/nbsp/library/1.09

I am getting an error as shown below. Could not GET 'https://dl.bintray.com/lukaville/maven/com/nbsp/library/1.09/library-1.09.pom'. Received status code 403 from server: Forbidden The Gradle ...
Bright Varghese's user avatar
1 vote
1 answer
480 views

Migrating from jcenter to maven gives error: "Failed to resolve: org.adblockplus:adblock-android-webview:4.4.0"

I am trying to use this in my Android app: https://github.com/adblockplus/libadblockplus-android bu putting this in my build.gradle: implementation 'org.adblockplus:adblock-android-webview:4.4.0' It ...
sudoExclamationExclamation's user avatar
0 votes
2 answers
700 views

Could not find com.beloo.widget:ChipsLayoutManager:0.3.7

I am using repositories mavenCentral() because jcenter() is deprecated. I want to implement com.beloo.widget:ChipsLayoutManager:0.3.7. But this is uploaded on jcenter(). Any Solutions to use com.beloo....
Gaurav Dureja's user avatar
1 vote
0 answers
3k views

Received status code 401 from server: Unauthorized for jar from remote

In the logs: Could not get resource 'https://<locally hosted artifactory>/<virtual repo>/org/springframework/boot/org.springframework.boot.gradle.plugin/2.2.13.RELEASE/org.springframework....
Belun's user avatar
  • 4,151
1 vote
0 answers
74 views

Prevent Android Studio from adding jcenter to build.gradle

I'm using Android Studio 4.2.1 and see warnings about jcenter being deprecated. When I create an empty activity, it includes jcenter() // Warning: this repository is going to shut down soon in the ...
TecBrat's user avatar
  • 3,699

15 30 50 per page
1 2 3
4
5
25