-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Load gif lib error #209
Comments
Happen on Nexus 5 running on Android 5.1 + Fresco 0.2.0, 0.3.0 or 0.4.0 too. |
Does this happen without proguard as well ? |
@michalgr let me try without proguard and update here. |
@michalgr @rockerhieu it works~ |
-keep class com.facebook.imagepipeline.gif.** { ; } |
@michalgr it works with proguard disabled. Do you have any suggestion on fixing the proguard rules? In the mean time I will try with different rules and see if I can get rid of the issue. |
@duguguiyu cool, didn't refresh the page 😸 |
@duguguiyu your config looks good to me :) |
Here is my final proguard file:
|
多谢,帮我解决了问题(不知道打中文能不能看懂,逗逗歪果仁,哈哈~) |
It seems some developers need to learn Chinese.also, foreigners are not wai nuts . lol |
|
Thanks for helping me solve the problem. |
For the latest version, proguard should be:
|
You solve my problem, thank you so much |
I build fresco 4.0 like this: compile 'com.facebook.fresco:fresco:0.4.0+'
When I load a gif image into fresco image view, the app crash, the error info like:
The device is nexus6.
The text was updated successfully, but these errors were encountered: