fishwjy / MultiType-FilePicker

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

java.lang.NoSuchMethodError: No virtual method load(Ljava/lang/String;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/RequestManager #26

Closed k3j123 closed 6 years ago

k3j123 commented 6 years ago

I get this error when I try to open Imagepicker

fishwjy commented 6 years ago

Upgrade to Glide 4. Please try version 1.0.7.

rushdroid commented 5 years ago

This error is still not resolved in 1.0.8 version, It's keep crashing on my side. @k3j123 @fishwjy

BilalSiddiqui commented 3 years ago

You are facing this error because either you are using glide new version in your project or some library internally using newer version. When Gradle builds your project, It uses a newer version of Gradle. You can confirm this in External libraries of project in android studio. Use same version of glide will solve this problem.