Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No virtual method placeholder #99

Open
Jetug opened this issue May 14, 2021 · 2 comments
Open

No virtual method placeholder #99

Jetug opened this issue May 14, 2021 · 2 comments

Comments

@Jetug
Copy link

Jetug commented May 14, 2021

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)

@cinzianicoletti
Copy link

Any update? I have the same problem.

@cinzianicoletti
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants