python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
jcenter() is shutting down now, please tell me how can I use - "link.fls:swipestack:0.3.0" -this library?
I am new in Android Studio. I want to use a library:
implementation 'link.fls:swipestack:0.3.0'
But error comes up
Failed to resolve: link.fls:swipestack:0.3.0
It need Jcenter(). But jcenter is shu...
MK Roy
Votes: 0
Answers: 1
Unable to resolve dependency androidx.test:core:1.9.0-alpha01
I have tried lot but I having this issue try generate release build
Could not find androidx.test:core:1.9.0-alpha01.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/a...
Rajasekaran M
Votes: 0
Answers: 2
JCenter stopped
As of now, JCenter is stopped and I noticed that a lot of libraries haven't been migrated to maven.
For instance:
If we consider this library:
implementation 'com.github.barteksc:android-pdf-viewer:3....
srisindhu saride
Votes: 0
Answers: 3
Migrate from jCenter to MavenCentral, should I create a third party library JAR file containing all its dependencies?
I'm working on migrating all the third party libraries in my project from jCenter to MavenCentral. But some of them are really old and have stopped being supported. Because of the time constraint, I d...
BG_TeMe
Votes: 0
Answers: 1