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