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:
- Confirm whether auth-core / aa-service 2.3.0 supports 16KB page size
- If not, provide a timeline for a 16KB-compliant release
- Or provide a workaround in the meantime
Reference: https://developer.android.com/guide/practices/page-sizes
Thank you.
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:
Reference: https://developer.android.com/guide/practices/page-sizes
Thank you.