31 questions
0
votes
1
answer
108
views
Flutter Android 16KB Page Size Support Issue - Google Play Console Hard Rejection
I'm hitting a critical roadblock when trying to publish my application via the Google Play Console: My App Bundle is completely rejected with the persistent message:
Your app does not support 16KB ...
0
votes
1
answer
216
views
Android App must support 16kb by Nov 1st 2025. Can I release an update of App targetting API 34 post the timeline?
I am working on a .Net MAUI Android app which is built on .net 8 and Android framework target version is API 34 (Android 14).
I am not planning for upgrading my app to target API 35 soon. But I need ...
1
vote
0
answers
107
views
Library issues with Android Flutter app 16k alignment
I am trying to get my Android Flutter app to be 16kb memory page compatible but am having trouble with a couple included libraries.
Coming from Play Store
Libraries that do not support 16 KB:
base/...
0
votes
1
answer
247
views
Support 16kb page size for Android libfs-native
I'm facing the following issue with my React Native app using Expo:
"The app must be compatible with page sizes of 16 KB of memory by November 1, 2025."
The libraries listed in Google Play ...
1
vote
1
answer
711
views
How can I fix “APK does not support 16 KB devices” / “4 KB LOAD section alignment” warning in React Native build?
I'm working on a React Native app and when I analyze my release AAB (app-release.aab) in Android Studio, I get the following warning for all .so files (like libreactnativejni.so, libhermes.so, etc.):
...
5
votes
0
answers
994
views
react native expo app build issue for 16kb memory page size
I was tried to buil react native expo app with eas that supports 16kb memory page size but I can't fix it and build crashed everytime and I got different problem in each way what is the certain way to ...
3
votes
2
answers
2k
views
Google Play requires all apps targeting Android 15+ to support 16 KB memory page sizes: libraries located under base/lib/arm64-v8a and base/lib/x86_64
To gather knowledge about:
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, ...
1
vote
1
answer
258
views
How to fix 16 KB is required issue
In APK analyzer shows 4 KB LOAD section alignment, but 16 KB is required warning for libtensorflowlite_jni.so. This only shows in x86_64. But I did not implement this on the build.gradle
2
votes
2
answers
538
views
Android 16 KB Alignment - How to find not-aligned dependencies
I have lots of external libraries in my project and I have no ndk in it. APK Analyzer shows me 12 .so's which don't support 16 KB Alignment.
I've updated all my project dependencies with no luck.
As ...
2
votes
1
answer
656
views
Flutter plugin still compiles with SDK 33 after migrating app to compileSdk 36
I’m currently migrating my Flutter Android app to the latest versions to comply with Google’s new 16 KB requirement for Android apps.
As part of the migration, I updated the Android Gradle Plugin (AGP)...
1
vote
1
answer
498
views
16KB page support issue with finding source of libac36.so [closed]
I've been trying to add the 16 KB page support for about 4 days now, however due to those 2 random .so files, I cannot seem to do that, APK inspector does not tell me about the source of the .so files,...
0
votes
0
answers
165
views
Google Play 16KB requirement – React Native 0.81.3 build has libregister.so stuck at 4KB
I recently upgraded my app to React Native 0.81.3 to comply with Google Play’s 16KB page size requirement (mandatory from Nov 2025).
Android Gradle Plugin and Gradle → updated
NDK → r28 (16KB ...
3
votes
2
answers
1k
views
Flutter 16 KB image support
Flutter Android App: 16KB Memory Page Compatibility Issue
I got a Google warning saying:
The app must support 16kb memory page sizes.
I tested the app on an emulator that uses X86_64, which is ...
10
votes
4
answers
9k
views
Android 16Kb Page size support in Flutter App
I have a flutter application where very less code written in Android (Push Notification and Dynamic link). I am following Android page and using Flutter ver3.29.2.
I created a emulator with 16Kb page ...
7
votes
1
answer
4k
views
Flutter app is not supporting 16KB Page Size
I am using Flutter version 3.27.4. I recently released my Flutter app to the Play Store. The latest version of the app is not working on devices with a 16KB page size—it crashes immediately after ...
1
vote
2
answers
6k
views
How can I support Android's 16KB page size in my Flutter app?
Currently my Flutter app doesn't work on devices that support 16KB page size (I checked it on the simulator). What can I do to fix this? My current version of Flutter is 3.19.4.
Error log:
Failure [...