Android-Image-Slider
Android-Image-Slider copied to clipboard
Received status code 401 from server: Unauthorized
Could not GET 'https://jitpack.io/com/github/smarteist/autoimageslider/1.4.0/autoimageslider-1.4.0.pom'. Received status code 401 from server: Unauthorized
While building the project.
Did you recently update the Android studio version to 4.x.x?
Did you recently update the Android studio version to 4.x.x?
I updated the Android Studio to Arctic version. What is the solution?
Have the same problem. Adding jcenter inside repositories in build.grade can temporarily fix it
Did you recently update the Android studio version to 4.x.x?
Yes, Arctic Version
Did you recently update the Android studio version to 4.x.x?
Yes, Arctic Version
I had the same problem after updating android studio I guess its because this library doesn't use mavenCentral in build.gradle
Did you recently update the Android studio version to 4.x.x?
Yes, Arctic Version
Did u get any solution?
I ended up deleting this library. But I think you can resolve it this way!
allprojects {
repositories {
google()
jcenter() << add this line! (A warning pops up saying that 'jcenter' is deprecated.)
...
I ended up deleting this library. But I think you can resolve it this way!
allprojects { repositories { google() jcenter() << add this line! (A warning pops up saying that 'jcenter' is deprecated.) ...
I added this. After adding this, I got more errors. Is there any other library for image slider?