Skip to content

[Feature Request] Support for Android 15 with 16KB Page Size #138

@krystalli

Description

@krystalli

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions