-
Notifications
You must be signed in to change notification settings - Fork 6.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.13 version load avif image fail #4751
Comments
Did you try following the instructions here? https://bumptech.github.io/glide/int/avif.html |
@sjudd It seems that you forgot to add "annotationProcessor project(':annotation:compiler')" to dependencies in https://github.com/bumptech/glide/blob/master/integration/avif/build.gradle ,annotation processor cannot find AvifGlideModule class when gradle complie the project. |
Internal bug is b/221073978 |
Without this, the annotation processor won't be able to find the AvifGlideModule. Fixes github issue #4751 PiperOrigin-RevId: 430480978
Without this, the annotation processor won't be able to find the AvifGlideModule. Fixes github issue #4751 PiperOrigin-RevId: 430480978
Without this, the annotation processor won't be able to find the AvifGlideModule. Fixes github issue #4751 PiperOrigin-RevId: 430490297
Without this, the annotation processor won't be able to find the AvifGlideModule. Fixes github issue bumptech#4751 PiperOrigin-RevId: 430490297
I just verified that this has been fixed in 4.13.1. @wangxuyang518 and @msisuzney please feel free to open another issue if you run into any other issues with the AVIF integration. |
4.13.0 was missing an annotationProcessor depdendency causing it to not include the AvifGlideModule correctly (Issue bumptech#4751). 4.13.1 fixes that issue and should be the preferred version for public documentation.
4.13.0 was missing an annotationProcessor depdendency causing it to not include the AvifGlideModule correctly (Issue #4751). 4.13.1 fixes that issue and should be the preferred version for public documentation.
@vigneshvg somehow this commit introduces a runtime crash, |
Thanks for reporting this. I have a few questions.
|
url:
https://dhfs-test-cpc.wanyol.com/2021/12/31/bc3f21e101db91fc4de53dcb18f034f1.jpg?x-oss-process=image/resize,m_fill,h_2340,w_1080/quality,Q_60/format,avif
log:
The text was updated successfully, but these errors were encountered: