RahulJanagouda / StatusStories

Status Stories = Snapchat stories, Instagram stories, Whatsapp Statuses, Facebook Messenger Stories.
Apache License 2.0
337 stars 88 forks source link

Upgrading glide library #8

Open AliYusuf95 opened 6 years ago

AliYusuf95 commented 6 years ago

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.

pritesh25 commented 6 years ago

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

RahulJanagouda commented 6 years ago

Create a Pull request

Adil3382 commented 5 years ago

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

AnuragKurumaddali commented 3 years ago

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