Skip to main content

All Questions

Tagged with
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
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
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
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
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
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
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
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
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
54 votes
11 answers
68k views

Android Studio Gradle: Please remove usages of `jcenter()` Maven repository from your build scripts / JCenter is at end of life

In Android Studio 4.2 there is a warning: buildscript { ext.kotlin_version = '1.5.0' repositories { google() //jcenter() mavenCentral() } dependencies { ...
user924's user avatar
  • 11.1k
4 votes
2 answers
5k views

The jCenter & Bintray is Shutting Down. Now What? How to resolve that If third party library used?

The jCenter & Bintray is Shutting Down. So how we can resolve this and what will do if third party libraries are used in project.? Please help me out. Thanks in advance.
Sid Basmunge's user avatar
0 votes
0 answers
230 views

Cannot run android project because https://jcenter.bintray.com/ is down

Hello today i want to run android project but getting error like this, anyone know how to solve this issue, i check https://jcenter.bintray.com/ is down (403), is anyone face same issue with me ? ...
Ahmad Dudayef's user avatar
1 vote
2 answers
424 views

I can not build my project on Android Studio because JCenter is crashing:

I can not build my project on Android Studio because this problem: Could not GET 'https://jcenter.bintray.com/androidx/room/room-common/maven-metadata.xml'. Received status code 502 from server: Bad ...
JesusDMedinaC's user avatar
36 votes
3 answers
34k views

Could not find com.android.tools.build:gradle:4.0.1 ( or any version )

Error : Could not find com.android.tools.build:gradle:4.0.1. Searched in the following locations: https://jcenter.bintray.com/com/android/tools/build/gradle/4.0.1/gradle-4.0.1.pom https://dl.google....
Sadegh J's user avatar
  • 1,793
26 votes
7 answers
9k views

Gradle error: Could not find any matches for com.android.tools.build:gradle:2.2.+ [duplicate]

This is a React Native project. Worked fine on another machine but once moved to my machine it fails. Most solutions I found, suggested adding jcenter() to the reposistories of project level gradle....
Abdulrahman Hassoun's user avatar

15 30 50 per page
1
2 3 4 5