imsdk-android icon indicating copy to clipboard operation
imsdk-android copied to clipboard

可以把Glide升级到4.8版的吗?

Open chenjiancheng opened this issue 5 years ago • 1 comments

当前imsdk-android中的glide是3.x版的,我们自己的项目glide是4.x版的,集成到自己项目后会报java.lang.NoSuchMethodError: No virtual method load(Ljava/lang/Object;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/RequestManager; or its super classes (declaration of 'com.bumptech.glide.RequestManager' appears in /data/app/com.gxty.location-MCWrl7XafWHJxD9KqhZHDg==/base.apk)这个错。DrawableTypeRequest这个类在4.x版已经被移除了,导致闪退

chenjiancheng avatar Aug 26 '19 08:08 chenjiancheng

这个冲突暂时不能我们升级版本来解决,升级后也会有其他人用3.x的版本,所以解决办法是你可以用4.x把图片显示相关的代码替换一下

froyomu avatar Aug 28 '19 09:08 froyomu