-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
App crashes on Android 15 images with page size 16KB #2784
Comments
The same crash with the following error logs:
Fresco version: 2.3.0 |
Hi Team, Could you please support Fresco with 16KB page size in next release? I could rebuild the Fresco library by following build from source doc, but picking the needed sub-libraries from the many generated .aar files and import them as local dependency is not really a good idea. Our project relies on below Fresco libraries
It's hard to decide which aar files are the ones I needed among the aar files generated as below:
And doing such "secondary-build" to support 16KB page size by library user doesn't sound a long term solution. |
Version v3.4.0 has 16k page support |
Description
As part of testing compatibility of my app with Android 15 16KB memory page size, the app crashes as certain .so libraries cannot be loaded at runtime. I'm currently using Android 14 with AGP below version 8 and I tried using the jniLibs.useLegacyPackaging as true as mentioned in the https://developer.android.com/guide/practices/page-sizes#agp_version_82_or_lower but no luck. I'm currently on the latest Fresco version.
Reproduction
Trying to use certain capabilities of Fresco crashes with the following error logs:
Additional Information
The text was updated successfully, but these errors were encountered: