EmoticonGIFKeyboard
EmoticonGIFKeyboard copied to clipboard
No virtual method load(Ljava/lang/String;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/RequestManager
I came to know the crash is happening due to the mismatch between glide versions. Currently, I am using com.github.bumptech.glide:glide:4.8.0 but in Plugin : com.github.bumptech.glide:glide:3.8.0
Please help me to fix this issue.
@karanianandkumar Can you tell me which dependencies you have included?
implementation 'com.github.bumptech.glide:glide:4.8.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0' implementation 'com.kevalpatel2106:emoticongifkeyboard:1.1' implementation 'com.kevalpatel2106:emoticonpack-ios:1.1' implementation 'com.kevalpatel2106:gifpack-giphy:1.1' implementation 'com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1' implementation 'com.squareup.retrofit2:retrofit:2.3.0'
Is this possible to use glide 3.8.0
?
Now I have to downgrade and make changes for accordingly. From Glide official documentation If you need to support older versions of Android, consider staying on Glide v3, which works on API 10, but is not actively maintained.
As they are not gonna maintain it if it is possible to upgrade from your side Please consider it. Otherwise please guide me I will do it.
I am currently working on upgrading the glide version. But as you know this can take some time. Give me a day. I'll get back to you.
Greatly appreciated. Eager to see the update. Thanks for your time.
@kevalpatel2106 any update on this issue?
I'm still waiting for any updates regarding this thread