Mecra YAVCIN
unread,Aug 31, 2025, 12:52:12 PM (8 days ago) Aug 31Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
I have a basic Kivy app that I have published in the Google Play Store. Today I got a warning message in Policy Status:
########
Your app is affected by Google Play's 16 KB page size requirements To ensure your app works correctly on the latest versions of Android, Google Play requires all apps targeting Android 15+ to support 16 KB memory page sizes.
From May 1, 2026, if your app updates do not support 16 KB memory page sizes, you won't be able to release these updates.
App must support 16 KB memory page sizes. To ensure your app works correctly on the latest versions of Android, Google Play requires all apps targeting Android 15+ to support 16 KB memory page sizes. From Nov 1, 2025, if your app updates do not support 16 KB memory page sizes, you won't be able to release these updates. Your latest production release does not support 16 KB memory page sizes.
##########
My buildozer.spec settings:
Default gradle version 8.0.2
osx.python_version = 3.11.7
osx.kivy_version = 2.3.0
android.api = 35
android.minapi = 21
android.sdk = 35
android.ndk = 25b
p4a.branch = master
So, how can I fix App must support 16 KB memory page sizes Google Play Policy Status error for my basic Kivy APP?
i could not find a solution for my basic Kivy APP which i compile via Buildozer.
Thanks for all replies