jcenter Questions
5
I am using 15.0.1 version of Firebase and Google Play Services. The build has started breaking today. How do I fix this? Following is the Gradle logs for reference.
[org.gradle.internal.buildevent...
Hoffmann asked 23/10, 2018 at 7:19
4
Seems jcenter service does not work at all and returns 403 Forbidden
and also deprecated in IntelliJ products (Like Android Studio)
What should be used instead?
https://jcenter.bintray.com/
1
Solved
When I try to build/run the app I get the following error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolv...
4
I have been trying to build a react native app since the early hour of today but was getting the follwing errors:
> Could not HEAD 'https://jcenter.bintray.com/com/facebook/react/react-native/ma...
Alcoholicity asked 31/10, 2022 at 13:19
4
Solved
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 ...
Equitation asked 31/10, 2022 at 9:4
5
Solved
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-andr...
9
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 j...
1
Solved
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:
edb388...
8
Solved
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 5...
2
I have recently removed jcenter() repository from the project-level build Gradle.
Since then Koin (version: 2.2.2) started giving me the compile-time error below:
Could not find org.koin:koin-core:...
Frivolity asked 11/5, 2021 at 11:39
1
Solved
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 ou...
Consonance asked 12/8, 2021 at 13:7
2
Solved
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...
Anthill asked 23/8, 2021 at 11:8
2
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 confi...
Reduce asked 2/6, 2021 at 11:29
2
I am working on one library project in android. I want to upload my library to the JCenter. I have created bintray account etc & followed all steps which are mentioned here http://inthecheesefa...
Briquet asked 27/8, 2015 at 7:39
2
I'm trying to import MusicBobber library in android studio. I had download and import the example project but when I sync the project this error showed up:
Error:A problem occurred configuring pro...
Dogwatch asked 29/8, 2016 at 8:4
3
Solved
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...
Aggravation asked 29/7, 2020 at 15:26
3
Solved
Recently I tried to update my Spring Boot application version from 1.5.10.RELEASE to 2.0.0.RELEASE
Project Environment
JDK version 1.8
jcenter() repository in Gradle
IDE Spring tool Suite (STS...
Ragnar asked 12/3, 2018 at 18:53
7
Solved
Whenever I create a new project in Android Studio it fails at Gradle Sync and always the same error:
Connection timed out: connect
org.gradle.internal.resource.transport.http.HttpRequestException...
Lenette asked 11/8, 2018 at 7:21
3
Solved
In Gradle, I need simply add:
repositories {
jcenter()
}
What is the simplest and proper way to do the same in maven pom.xml or where can I get right url for jcenter repository.
Hecklau asked 30/5, 2017 at 14:53
9
Solved
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: http...
Transudate asked 13/10, 2018 at 6:3
4
Solved
How to find latest version number of google specific libraries from repositories (jcenter etc..) to include in gradle dependencies in Android Studio.
For non google libraries generally I can make...
Shonda asked 12/1, 2017 at 10:18
7
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...
Windom asked 23/10, 2018 at 8:34
2
Solved
After running
./gradlew bintrayUpload
I am getting the following error.
:my-library:bintrayUpload FAILED
FAILURE: Build failed with an exception.
What went wrong: Execution failed fo...
Procurable asked 18/8, 2017 at 6:56
4
Solved
Trying Firebase to an android gradle app. As soon as I add the firebase dependency I get the following build error.
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve a...
Chair asked 4/11, 2018 at 1:18
2
Solved
Gradle can set multiple repositories, e.g. maven and jcenter. But I realized gradle always use jcenter first even if I put maven before jcenter (as below). Is it possible to make maven (local repo,...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.