qunarcorp / imsdk-android

Startalk is a high-performace IM software for business. It has been stably used in Qunar for more than 4 years, providing services as well as consultation after and before sales to business. Startalk is applicable to multiple scenarios, such as office automation, business services, and first-party SDKs for IM scenes
https://im.qunar.com/new
MIT License
65 stars 47 forks source link

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

Open chenjiancheng opened 5 years ago

chenjiancheng commented 5 years ago

当前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版已经被移除了,导致闪退

froyomu commented 5 years ago

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