-
Notifications
You must be signed in to change notification settings - Fork 177
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
WrongAbiError: APK was built for a different platform, fresco 2.1.0 #56
Comments
Not immediately noticed there is another crash with the same amount, and also only this device ASUS ZenFone 2 (ZE551ML)
|
We also get this on several devices:
We also have a potentially related Exception on
And we also get the "see exception in other thread" crash, on the same devices
Can provide full stack traces if helpful. Happens in Fresco 2.1.0, didn't happen before in Fresco 2.0.0 |
Same situation here. Getting these crashes after updating to 2.1.0. |
same issue |
Fatal Exception: com.facebook.soloader.SoLoader$WrongAbiError: APK was built for a different platform I am using Fresco animated gif version(2.1.0) in my project. Before this version we are using 2.0.0 in that we are not seeing any kind of crashes. I think they have made change in soloader class. It might be the reason for the issue. Please share if any solution to resolve the issue. |
We are having the same issue with Fresco |
We have solved this issue by removing SoLoader from Fresco lib
|
Description
#39
After updating to fresco:2.1.0 we still have crashes:
Application.java
Reproduction
I can't reproduce this crash on all my devices and emulators.
Additional Information
For now, we have only several crashes, all of this on ASUS ZenFone 2 (ZE551ML)
Android 6.0.1, Android 5.0
I will add more information about devices when it appears.
The text was updated successfully, but these errors were encountered: