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
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