TakePhoto icon indicating copy to clipboard operation
TakePhoto copied to clipboard

java.lang.NoSuchMethodError: No virtual method load(Ljava/lang/String;)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.zhixun.extraterrestrial-1/split_lib_dependencies_apk.apk)

Open ZhangKuixun opened this issue 6 years ago • 4 comments

java.lang.NoSuchMethodError: No virtual method load(Ljava/lang/String;)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.zhixun.extraterrestrial-1/split_lib_dependencies_apk.apk)

ZhangKuixun avatar Jun 15 '18 11:06 ZhangKuixun

.setWithOwnGallery(false) 置为false.,,使用手机的相册

wangshufu avatar Jul 11 '18 08:07 wangshufu

为什么不把glide升到4.7.+

zhengqunwei avatar Jul 27 '18 09:07 zhengqunwei

最后如何解决?我也遇到这个问题。打算植入代码自己改了。

hzyxym avatar Aug 27 '18 16:08 hzyxym

.setWithOwnGallery(false) 置为false.,,使用手机的相册

CropOptions没有setWithOwnGallery方法,主要涉及功能点:取图用于头像并裁减

luoyexk avatar Aug 06 '19 08:08 luoyexk