Skip to content

ARSceneView not compatible with ELF 16kb #632

@japarrado

Description

@japarrado

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

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