Background
Android 15 introduces support for devices using 16KB memory page sizes. Apps containing native libraries must be recompiled with 16KB page alignment to function correctly on these devices.
Currently, flutter_line_sdk seems to use native libraries or build configurations that are only compatible with 4KB page sizes, which causes the app to crash on Android 15 16KB emulators/devices.
Impact
Without this update, Flutter apps integrated with flutter_line_sdk will fail to launch on upcoming high-end Android 15 devices.
Reference
Google's guide on 16KB page size support:
https://developer.android.com/guide/practices/page-sizes
Background
Android 15 introduces support for devices using 16KB memory page sizes. Apps containing native libraries must be recompiled with 16KB page alignment to function correctly on these devices.
Currently,
flutter_line_sdkseems to use native libraries or build configurations that are only compatible with 4KB page sizes, which causes the app to crash on Android 15 16KB emulators/devices.Impact
Without this update, Flutter apps integrated with
flutter_line_sdkwill fail to launch on upcoming high-end Android 15 devices.Reference
Google's guide on 16KB page size support:
https://developer.android.com/guide/practices/page-sizes