ScrollGalleryView icon indicating copy to clipboard operation
ScrollGalleryView copied to clipboard

No virtual method placeholder

Open Jetug opened this issue 3 years ago • 2 comments

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.(GlideImageLoader.java:26) at ogbe.ozioma.com.glideimageloader.GlideMediaHelper.image(GlideMediaHelper.java:13) at ogbe.ozioma.com.glideimageloader.dsl.DSL.image(DSL.java:13) at com.example.unipic.views.activities.ImageActivity.initImageActivity(ImageActivity.kt:73) at com.example.unipic.views.activities.ImageActivity.onCreate(ImageActivity.kt:43) at android.app.Activity.performCreate(Activity.java:8198) at android.app.Activity.performCreate(Activity.java:8182) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1309) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3765) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3968) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2307) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:246) at android.app.ActivityThread.main(ActivityThread.java:8506) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)

Jetug avatar May 14 '21 22:05 Jetug

Any update? I have the same problem.

cinzianicoletti avatar Oct 20 '21 15:10 cinzianicoletti

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.

cinzianicoletti avatar Oct 28 '21 18:10 cinzianicoletti