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

not working

Open ashokkujur opened this issue 2 years ago • 5 comments

Cannot resolve class com.smarteist.autoimageslider.SliderView this plugin not working in android x

ashokkujur avatar Jun 07 '22 08:06 ashokkujur

I also wasted successfully my 2 hours to resolve this ,and came here to know that whether it is working or not, Now I'm pretty sure that it's not working for android x

Rajkamal-Jaiswal avatar Jun 14 '22 17:06 Rajkamal-Jaiswal

is this has been fixed?

YohannesTz avatar Jun 29 '22 07:06 YohannesTz

Works fine on Android from API 21 to 31 included. Be aware that this is not available on mavenCentral, so still include jcenter.

m-melis avatar Jul 01 '22 07:07 m-melis

@ashokkujur
Here is the tips for fixing that problem.

https://github.com/smarteist/Android-Image-Slider/issues/232

KyawSoeW1n avatar Jul 05 '22 04:07 KyawSoeW1n

add

        maven {
            url "https://jcenter.bintray.com"
        }

in settings.gradle

mark99i avatar Oct 05 '22 22:10 mark99i