Open mohsinabid opened 4 years ago
@jaiselrahman Please try to resolve this issue ASAP because its really hurting my app.
Which version of glide you are using? Please try changing it to 4.10.0
or up.
implementation('com.github.jaiselrahman:FilePicker:1.3.2') { exclude group: "com.github.bumptech.glide" exclude group: "com.android.support:recyclerview-v7" }
if I use glide in my app or not but still i get same error
implementation 'com.github.bumptech.glide:glide:4.10.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
FileGalleryAdapter.java line 77
com.jaiselrahman.filepicker.adapter.FileGalleryAdapter.
Try using same version for annotation processor.
Should I remove exclude group as well ?
implementation('com.github.jaiselrahman:FilePicker:1.3.2') { exclude group: "com.github.bumptech.glide" exclude group: "com.android.support:recyclerview-v7" }
Yes
Fatal Exception: java.lang.NoSuchMethodError: No virtual method optionalCenterCrop()Lcom/bumptech/glide/request/BaseRequestOptions; in class Lcom/bumptech/glide/f/e; or its super classes (declaration of 'com.bumptech.glide.f.e' appears in base.apk) at com.jaiselrahman.filepicker.adapter.FileGalleryAdapter.(FileGalleryAdapter.java:77)
at com.jaiselrahman.filepicker.activity.FilePickerActivity.onCreate(FilePickerActivity.java:123)