Android-Image-Slider icon indicating copy to clipboard operation
Android-Image-Slider copied to clipboard

Received status code 401 from server: Unauthorized

Open misbahazmi opened this issue 3 years ago • 8 comments

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.

misbahazmi avatar Aug 30 '21 09:08 misbahazmi

Did you recently update the Android studio version to 4.x.x?

zion830 avatar Sep 08 '21 18:09 zion830

Did you recently update the Android studio version to 4.x.x?

I updated the Android Studio to Arctic version. What is the solution?

mona-baharlou avatar Sep 14 '21 10:09 mona-baharlou

Have the same problem. Adding jcenter inside repositories in build.grade can temporarily fix it

IrhamMaulani avatar Sep 19 '21 11:09 IrhamMaulani

Did you recently update the Android studio version to 4.x.x?

Yes, Arctic Version

misbahazmi avatar Sep 19 '21 14:09 misbahazmi

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

zion830 avatar Oct 19 '21 11:10 zion830

Did you recently update the Android studio version to 4.x.x?

Yes, Arctic Version

Did u get any solution?

stutijain314 avatar Jan 16 '22 11:01 stutijain314

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.)
        ...

zion830 avatar Jan 16 '22 15:01 zion830

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?

stutijain314 avatar Jan 16 '22 17:01 stutijain314