Skip to content

[Android] 16KB Memory Page Size Support for auth-core / aa-service #2

@StablePay2025

Description

@StablePay2025

Hi Particle Network team,

We are using auth-core:2.3.0 and aa-service:2.3.0 in our Android app
targeting API 36.

Google Play is rejecting our app with the error:
"App does not support 16KB memory page size"

This is because the native .so libraries bundled in your SDK appear to
have 4KB ELF segment alignment (PT_LOAD align 212 or 213), which
does not meet Android 15's 16KB page size requirement.

Google Play requires all apps targeting Android 15+ to have native
libraries compiled with 16KB ELF alignment (PT_LOAD align 2**14),
starting November 1, 2025.

Could you please:

  1. Confirm whether auth-core / aa-service 2.3.0 supports 16KB page size
  2. If not, provide a timeline for a 16KB-compliant release
  3. Or provide a workaround in the meantime

Reference: https://developer.android.com/guide/practices/page-sizes

Thank you.

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