virgil-sdk-java-android icon indicating copy to clipboard operation
virgil-sdk-java-android copied to clipboard

Android 16KB Alignment Requirement

Open ghost1face opened this issue 3 months ago • 0 comments

Starting November 1st, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB page sizes on 64-bit devices.

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

The underlying C++ libraries will need to be recompiled with the -DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON or using NDK 28+

ghost1face avatar Sep 22 '25 13:09 ghost1face