facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.37k stars 952 forks source link

Discussion: Update usage of fbjni to version 0.7.0 in the Android library #5675

Open jperezalv opened 4 weeks ago

jperezalv commented 4 weeks ago

On Android 15 support for devices 16KB memory page sizes has been added.

Native libraries used in Android apps should be modified to support 16Kb alignment, as per the previous link.

Version 0.7.0 of fbjni already contains the necessary changes to prevent apps using Flipper (Android) from crashing when they are run in devices with 16Kb page sizes.

Ideally the library version should be bumped in the gradle.properties file.