You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, it will take some time to release a new version that supports Fresco 3.4.0.
This update requires upgrading the Gradle and Kotlin versions. We also need to ensure it integrates smoothly with our Flutter and React Native SDKs, which serve as wrappers around the Android SDK. In the meantime, you can resolve the issue by forcing Fresco to version 3.4.0 in your project.
Add the following to your build.gradle, placing it just before dependencies section:
The issue was resolved on my end.
After running the check_elf_alignment.sh script, the output changed from: Found 5 unaligned libs (only arm64-v8a/x86_64 libs need to be aligned)
to: ELF Verification Successful
🐛 Bug Report
Giphy latest update 2.3.15 uses older version of fresco lib. The latest fresco lib https://github.com/facebook/fresco/releases/tag/v3.4.0 has 16KB support android 15 devices. https://developer.android.com/guide/practices/page-sizes#:~:text=Beginning%20with%20Android%2015%2C%20AOSP,on%20these%2016%20KB%20devices.
So the current giphy lib causes app to crash
To Reproduce
App crashes on 16 KB devices running android 15.
Expected behavior
app should not crash.
Actual Behavior
App crashes on 16 KB devices running android 15.
Your Environment
Reproducible Demo
The text was updated successfully, but these errors were encountered: