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.

242 votes
4 answers
63k views

Android buildscript repositories: jcenter VS mavencentral

The last time I used Android Studio, it generated .gradle files with mavencentral() buildscript repositories whereas now there's jcenter(). Could anyone explain the issues connected with this. Are ...
Jacob's user avatar
  • 15.2k
113 votes
15 answers
36k views

Couldn't locate lint-gradle-api-26.1.2.jar for Flutter project

I'm new to Flutter and trying to run the example project when you create a new one. When trying to run it, I have this issue: FAILURE: Build failed with an exception. Where: Build file 'PROJECTPATH/...
palmtreesnative's user avatar
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
75 votes
9 answers
61k views

Build errors after Android Studio 3.2.1 upgrade

I am building a sample project from Udacity. This was working fine till now, but after upgrading to Android Studio 3.2.1, I am facing the build error below. Gradle version: 4.6 Project link: https://...
sandeep kakkar's user avatar
62 votes
4 answers
24k views

Error: could not find com.google.gms:google-services:4.2.0

today I was trying to update com.google.gms:google-services to 4.2.0 from 4.1.0 as it's the latest version and recommended by firebase. But I get this error: Could not find com.google.gms:google-...
MJegorovas's user avatar
61 votes
8 answers
35k views

jcenter.bintray.com is down Error: 502 Bad Gateway [closed]

When trying to build my project I am getting the following error: Could not GET 'https://jcenter.bintray.com/androidx/lifecycle/lifecycle-common/maven-metadata.xml'. Received status code 502 from ...
Lucas's user avatar
  • 1,246
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
51 votes
3 answers
9k views

Android CI build: Could not find aapt2-proto.jar

I have failing build on a Bitbucket CI server: > Could not resolve all artifacts for configuration ':classpath'. > Could not find aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.3.1). ...
estn's user avatar
  • 1,203
45 votes
9 answers
65k views

Could not find method jcenter() for arguments [] on repository container

I'm new to Gradle and bintray. I want to publish this project so it is readily available to Maven and SBT users. I am not the original author of this package; it appears to have been abandoned; I just ...
Mike Slinn's user avatar
  • 8,245
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
35 votes
4 answers
12k views

Could not find manifest-merger.jar (com.android.tools.build:manifest-merger:26.0.1)

I have a unity project I am exporting that project as android studio project while opening the android studio project I am getting this error Gradle sync failed: Could not find manifest-merger.jar ...
Ayush Malviya's user avatar
31 votes
7 answers
12k views

Could not find aapt2-proto.jar

See this link (as I suspected) has the POM file and no jar. Important Notes: I am using latest version of react native ... v0.57.3 and also latest version of react-native-cli ... v2.0.1 at this ...
Harry's user avatar
  • 981
27 votes
9 answers
12k views

Unable to get dependencies from jcenter with a new project [closed]

I'm unable to get kotlin pom from jcenter with a new project. All I have done is gone File->New Project and created a new project with no activity. I'm getting the following error when it tries to ...
user8810083's user avatar
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
26 votes
2 answers
15k views

jcenter 502 bad gateway after gradle refresh [closed]

Unable to connect to jcenter address https://jcenter.bintray.com/ Got an 502 Bad Gateway response And also in my intellj IDE after I click gradle refresh Could not GET 'https://jcenter.bintray....
cece2048's user avatar
  • 1,221

15 30 50 per page
1
2 3 4 5
25