ScrollGalleryView
ScrollGalleryView copied to clipboard
No virtual method placeholder
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.dragtest, PID: 12168
java.lang.NoSuchMethodError: No virtual method placeholder(I)Lcom/bumptech/glide/request/RequestOptions; in class Lcom/bumptech/glide/request/RequestOptions; or its super classes (declaration of 'com.bumptech.glide.request.RequestOptions' appears in /data/data/com.example.dragtest/code_cache/.overlay/base.apk/classes.dex)
at ogbe.ozioma.com.glideimageloader.GlideImageLoader.
Any update? I have the same problem.
You can download the glide-loader with the file .aar from my git profile here: https://github.com/cinzianicoletti/ScrollGalleryView/releases/tag/v.1.2.9
You have just to import it in your Android Project and add it to External Libreries.
With this release, I solved this problem. I hope I've helped.