-
-
Notifications
You must be signed in to change notification settings - Fork 70
No virtual method optionalCenterCrop() #72
Comments
@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 |
implementation('com.github.jaiselrahman:FilePicker:1.3.2') { if I use glide in my app or not but still i get same error
|
FileGalleryAdapter.java line 77 |
Try using same version for annotation processor. |
Should I remove exclude group as well ? implementation('com.github.jaiselrahman:FilePicker:1.3.2') { |
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)
The text was updated successfully, but these errors were encountered: