On 10/11/2025 a notification about new requirements from play store came with request to submit app that supports 16KB page size.
According to screenshot image from google play console in this case it is inly two files that are problematic, but how to fix this if those files are from deprecated nuggets, and its owners wont recompile them to be aligned with this new request.
Loading

Amira BedhiafiPosted Sep 29, 2025, 2:02 PM
Hello !
Google Play now requires apps to support 16KB memory page size, so if your app contains old or deprecated native libraries that don’t support it, you need to replace them with updated or maintained alternatives or recompile from source with the new NDK settings.
If neither is possible, the only option is to remove the dependency otherwise the app will be rejected due to the policy violation.
https://android-developers.googleblog.com/2025/05/prepare-play-apps-for-devices-with-16kb-page-size.html
https://developer.android.com/guide/practices/page-sizes