Android-Image-Slider
Android-Image-Slider copied to clipboard
Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.github.smarteist:autoimageslider:1.4.0.
Describe the bug Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.github.smarteist:autoimageslider:1.4.0.
**To fit it ** Steps to reproduce the behavior:
- Go to 'setting.gradel' 2.Add ' jcenter() ' and ' maven { url 'https://jitpack.io' } '
@CHENNURUGURUSANKAR jcenter is depreciated and was replace with mavenCentral. Does that means this library was not moved to mavenCentral?
I'm getting this error
" Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.github.smarteist:autoimageslider:1.4.0. "
when I added jcenter error was resolved.
Adding jcenter() will fix the error
thanks bro ....
These error are solved
Solution :- Follow this link:-
https://github.com/smarteist/Android-Image-Slider/issues/248#issuecomment-1403067934