fishwjy / MultiType-FilePicker

This is a light Android file picker library.
Apache License 2.0
1.4k stars 248 forks source link

Crash on Image Picker and Video Picker #55

Open agonshehu opened 5 years ago

agonshehu commented 5 years ago

When using on Samsung Note 9 Android P it crashes.

No virtual method centerCrop()Lcom/bumptech/glide/request/RequestOptions; in class Lcom/bumptech/glide/request/RequestOptions; or its super classes (declaration of 'com.bumptech.glide.request.RequestOptions' appears in /data/app/com.knaufsales-2opAlA_ZOcFgKXlvtj-Rmg==/base.apk)

rizkidzulkarnain commented 5 years ago

I also find this issue when using redmi note 7 P

No virtual method centerCrop()Lcom/bumptech/glide/request/RequestOptions; in class Lcom/bumptech/glide/request/RequestOptions; or its super classes (declaration of 'com.bumptech.glide.request.RequestOptions' appears in /data/app/com.ejjv.cpm2_mobile-l5KMx0rYGZF9aoOdNd6Sfw==/base.apk)

wanzer commented 5 years ago

I have the same issue but only on Video Picker.

prakashambig commented 5 years ago

I have the same issue while selecting an image, after updating glide to latest version 4.9.0. Decreasing the glide version is working fine.

kshipra-shelke commented 5 years ago

@prakashambig Can you please tell us what version of glide are you using?

Having the same issue but decreasing the version is not helping.

prakashambig commented 5 years ago

@kshipra-shelke I'm using glide version 4.3.1, which is working fine.

cfpena commented 5 years ago

@kshipra-shelke I'm using glide version 4.3.1, which is working fine.

How do you configure glide version?

mathan1987 commented 5 years ago

App getting crash in androidX

joshcomley commented 4 years ago

I also have this issue using NS6 and AndroidX. I think it is related to the Glide version, as per this:

https://github.com/werbhelius/PickPhotoSample/issues/47

Does anybody have a solution for this?