StatusStories icon indicating copy to clipboard operation
StatusStories copied to clipboard

Upgrading glide library

Open AliYusuf95 opened this issue 6 years ago • 4 comments

I use Glide v4, when I implement this library and I got this error:

E/Crash: abstract method "void com.bumptech.glide.module.RegistersComponents.registerComponents(android.content.Context, com.bumptech.glide.Glide, com.bumptech.glide.Registry)"
                                          java.lang.AbstractMethodError: abstract method "void com.bumptech.glide.module.RegistersComponents.registerComponents(android.content.Context, com.bumptech.glide.Glide, com.bumptech.glide.Registry)"

According to this issue https://github.com/bumptech/glide/issues/1974#issuecomment-333889296 , it seems that differences Glide versions case errors.

AliYusuf95 avatar Dec 29 '17 15:12 AliYusuf95

i updated this library on glide4 , and its working perfectly. can u guide me how i can update by code here ???

pritesh25 avatar Aug 27 '18 05:08 pritesh25

Create a Pull request

RahulJanagouda avatar Aug 31 '18 13:08 RahulJanagouda

I am facing same issue. Crash application when i open status activity.

Adil3382 avatar Dec 05 '18 07:12 Adil3382

java.lang.IllegalStateException: Attempting to register a Glide v3 module. If you see this, you or one of your dependencies may be including Glide v3 even though you're using Glide v4. You'll need to find and remove (or update) the offending dependency. The v3 module name is: com.rahuljanagouda.statusstories.glideProgressBar.OkHttpProgressGlideModule

Facing this issue

AnuragKurumaddali avatar Jan 25 '21 16:01 AnuragKurumaddali