Glide: Cannot resolve method crossFade()

Created on 23 Jan 2018  路  3Comments  路  Source: bumptech/glide

Hello Team Glide,

I recently updated Glide library in project to
compile 'com.github.bumptech.glide:glide:4.4.0'
from
compile 'com.github.bumptech.glide:glide:3.7.0'

As soon as I run the project after the update, it gave me the error on crossFade() method, as attached in the screenshot.
glide error

Is the method deprecated in the new update? If so, what method I shall use to get the effect that was in the crossFade() method. Any further guidance would be appreciated.

Regards
Mohammedsalim S.

question

Most helpful comment

Thank you @sjudd. I found the solution in the documentation you shared. Hence, I am closing this thread.

glide error solved

All 3 comments

Thank you @sjudd. I found the solution in the documentation you shared. Hence, I am closing this thread.

glide error solved

implementation 'com.github.bumptech.glide:glide:3.7.0'
add this dependencies because it work in older version alright go ahead

Was this page helpful?
0 / 5 - 0 ratings