Skip to main content

All Questions

Tagged with
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
2 votes
1 answer
2k views

404 could not find resource lint-gradle-26.1.3.pom

trying to build a signed apk from a opensource android application and got the error for the link https://jcenter.bintray.com/com/android/tools/lint/lint-gradle/26.1.3/lint-gradle-26.1.3.pom is not ...
dev-masih's user avatar
  • 4,538
0 votes
1 answer
57 views

Link to JCentre button not present

This is unfamiliar to me - I am not used to distributing software in this way, but it seems like everything should be working, unless I have made a mistake. On Bintray, I'm trying to release a thing ...
Saik Caskey's user avatar
3 votes
1 answer
818 views

Does Maven Central still not use CDN for distribution?

I read articles from 3 years back highlighting why Jcenter is a better option over Maven Central, one of the primary reasons being the HTTPS transfer as a result of distribution via a CDN. Maven ...
4u53r's user avatar
  • 737
1 vote
1 answer
2k views

How can I remove my library from Maven JCenter?

I have uploaded my android library on https://bintray.com and linked it with Jcenter repository http://jcenter.bintray.com/. Now I want to remove this library from JCenter repository. How can I do ...
user3573587's user avatar
2 votes
2 answers
679 views

No repository found under this GitHub path

I want to store an Android library on jcenter. Before this, I created a repository on bintray. After creating the repository, I had to fill package details. In package details there was a text field ...
user avatar
0 votes
1 answer
421 views

Gradle cannot resolve my private bintray artifact

I have setup a private repo, package etc.. where I have uploaded my JAR on bintray UI it says I need to set this in my gradle maven { url "http://xxx.bintray.com/Test" ...
Johny19's user avatar
  • 5,494
9 votes
4 answers
2k views

How to generate gpg signing keys in bintray for jcenter in windows

I am unable to get GPG signing keys. Please any one tell me. Thanks How to generate gps signing keys in windows for jcenter
Krishna's user avatar
  • 1,616
3 votes
2 answers
4k views

Where is build:gradle:2.1.0-alpha3?

I have Just installed Android Studio Version 2.1 Preview 3 (AI-143.2682553) When I run my project I get an error, it says: Could not find com.android.tools.build:gradle:2.1.0-alpha3. Searched in the ...
Timothy Kodes's user avatar