Skip to content

TensorFlow Lite dependency triggers 16 KB page size alignment warning on Android 15+ #22

Description

@mutasemhajhasan

SimFace bundles an older version of TensorFlow Lite that is compiled with 4 KB ELF alignment. On Android 15 (API 35) and later, devices with 16 KB page sizes are supported, and Google is requiring all native libraries to be 16 KB aligned for apps targeting future Android versions.
SimFace version: 2026.1.0
Steps to Reproduce:
Add SimFace dependency to an Android project targeting API 35.
Build the project.
Observe the build warning or check the APK with.

Pease migrate to litRT to resolve this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions