Hi Adalo team,
I uploaded a new build of my app to Google Play Console. Here are some details of the release shown in Play Console:
-
Target SDK: 35
-
Min SDK: 24+
-
Native platforms: arm64-v8a, armeabi-v7a, x86, x86_64
However, Google Play Console still shows this warning:
“Your app must support 16 KB memory page size.
Starting from November 1, 2025, you won’t be able to release updates unless your app supports 16 KB memory page size.
The latest production release does not support it.”
So the API level update is fine, but the issue seems to be related to the native libraries (.so) not being aligned to 16KB.
Could you please clarify:
-
Does Adalo’s current Android build system already build
.solibraries with 16KB page size support (AGP 8.5.1 / NDK r28 or newer)? -
If not, is there a timeline for when Adalo will update the build environment?
-
Will rebuilding in Adalo automatically solve this once the platform is updated, or is there any action needed on my side?
This requirement becomes mandatory on November 1, 2025, so I want to make sure apps built with Adalo won’t be blocked from future updates.
Thanks in advance!