-
-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Description
The Play Store has issued a notice requiring our app to be compatible with 16 kB memory page sizes by May 1, 2026, at the latest.
Following the official documentation https://developer.android.com/guide/practices/page-sizes#build and using the recommended tools to detect which libraries must support 16 kB pages, I’ve traced the issue to the following point.
Currently, there are four libraries in the arsceneview module that are not compatible with ELF 16 kB:
• libarcore_sdk_c.so
• libarcore_sdk_jni.so
• libarcore_sdk_c.so
• libarcore_sdk_jni.so
Is there any known alternative or an upcoming version planned that will make arcsceneview compatible with 16 kB page sizes?
Metadata
Metadata
Assignees
Labels
No labels