There are several posts on this forum about it, including mine. At the moment the correction has not yet been made, but you can ask on Google Play for the extension to May 1, 2026.
Adding some technical context here for anyone else facing this:
The 16KB page size requirement is a new Android 15 compatibility requirement that Google is enforcing. It affects how native code libraries are aligned in your APK or AAB. The issue is that many app frameworks and SDKs were built with the assumption of 4KB page sizes, which was the standard before Android 15.
For Bubble apps, this is primarily a build toolchain issue. The Android wrapper that Bubble uses needs to be compiled with updated NDK and AGP (Android Gradle Plugin) versions that support 16KB page alignment. This is not something you can fix on your end - it requires Bubble to update their native build infrastructure.
The good news is that as mario11 mentioned, you can request a temporary extension from Google until May 1, 2026. Here is how to do that:
Go to Google Play Console, select your app, then go to App content and look for the 16KB page size declaration section. There should be an option to request an extension.
This gives Bubble time to update their build system. I would recommend also filing a support ticket with Bubble directly or posting in their feature request area to make sure they are prioritizing this fix. The deadline will come up fast and a lot of Bubble app developers will need this resolved.
In the meantime, your app should continue to work fine on devices that do not require 16KB page support.
Valeu, amjad .
Consegui encontrar essa extensão até maio de 2026, seguindo os passos abaixo!
Caso mais alguém esteja passando pelo mesmo problema só seguir as orientações da imagem, que você vai extender até maio de 2026.