zhihu / Matisse

:fireworks: A well-designed local image and video selector for Android
Apache License 2.0
12.52k stars 2.06k forks source link

Glide version incompatability #719

Open aruns2896 opened 4 years ago

aruns2896 commented 4 years ago

Describe the bug I'm using glide of version 4.10.0 which isn't compatible with version built-in library

Error Log is No virtual method load(Landroid/net/Uri;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/RequestManager; or its super classes (declaration of 'com.bumptech.glide.RequestManager' appears in /data/app/xx.xx.xx-BGXekzWzVW7ZewJgueHnGw==/base.apk)

Smartphone (please complete the following information):

aruns2896 commented 4 years ago

Which glide version do I need to use?

littleBoy-swag commented 4 years ago

You need to create a class extends ImageEngineļ¼Œand override the methods in it using glide to load the images