URGENT: Android 16KB Page Size Compatibility Issue
SDK Version : ARSDK_Android_6.2.1
Development Environment : Flutter with Native Android
License Type : Pro License
Detail
We are preparing our Android app for Google Play’s Android 15 / API 35 requirements, including support for 16 KB memory page sizes.
Using Android ELF alignment checks with llvm-readelf, we found that the issue in our app is caused by the MAXST native library:
/lib/arm64-v8a/libMaxstAR.so has <16 KB ELF alignment: 0x1000 0x1000
This means the ARM64 libMaxstAR.so binary is built with 4 KB ELF LOAD segment alignment, not 16 KB alignment. For Android 15+ / Google Play compatibility, the native library needs to be rebuilt with 16 KB-compatible alignment, for example 0x4000 or higher.
Could you please provide an updated MAXST AR SDK where libMaxstAR.so is rebuilt for Android 16 KB page size compatibility?
This is currently blocking our Google Play release.

