i am trying to publish app on playstore but getting this error Your app does not support 16kb memory page size
Hi dear,
When was the app compiled?
That error means your APK/AAB maybe contains native .so libraries compiled with an old Android NDK that does not support 16 KB memory page size. Google Play now requires newer native libraries for some devices. You maybe need to cross check the extension used in your project, but also like RayzZz asked, when was the project compiled?
Read more here
i complied it today
yeah but how can i verify whih extension is giveing issue here
Can you list the extension used in that project? Maybe you have an extension that was built before Android 14 era.
Also you can do this via MT Manager or ZArchaver by renaming your abb or apk to .zip, and extract it, then take a look in libs/ folder and if you see> armeabi-v7a, arm64-v8a, x86, then some extension includes native libraries.
can i share my aia in dm?
yes dear i done this and i am seeing this lib in all armeabi-v7a, arm64-v8a, and x86 andx86_64 and trying to open its not oepning
Definitely yes that’s the main reason Google declined the app.
That a normal behavior, since ur in zip and the format is .so you can’t open it.
Can you list the extension? With it’s version.
Edited: after reading, If they only contain the same libdatastore_shared_counter.so, then Kodular itself is likely the source rather than your project.
@Diego could you take a look into this and verify it’s not from our side?
wait i am sharing the list of extension
phase, json tools, devYB…any of these causing the issue! or all of these!
onesignal notification causing this issue, i am not sure but so far after doing alot thiing i am seeing probably this might causing the issue.
correct the onesignal send extension is very old!
![]()
![]()
BTW have you found a solution?



