31 questions
0
votes
1
answer
109
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 ...
4
votes
3
answers
14k
views
Your app must support 16 KB memory page sizes by November 1, 2025. How can i fix this issue in my app i have react native version 0.72.1
The issue arises from the interaction between Android’s memory page size and the alignment of native libraries (.so files) in your APK. On most Android devices, memory pages are typically 4 KB in size,...
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 ...
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 ...
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)...
0
votes
0
answers
47
views
Expo 53 - Batch - Mainactivity.kt error on android build
For the new Google 16KB Page policy i had to upgrade an app to Expo 53, and i also have Batch on this project (https://batch.com/platform)
When i run pnpm expo run:android i end up with :
Task :app:...
1
vote
1
answer
712
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.):
...
0
votes
0
answers
314
views
Flutter APK does not support 16 KB page sizes on latest Flutter 3.32.8 and AGP 8.7.3
I’m building a fresh Flutter project using the latest stable versions:
Flutter SDK: 3.32.8
Android Gradle Plugin: 8.7.3
Gradle: 8.12
Kotlin: 2.1.0
Gradle settings:
// settings.gradle.kts
plugins ...
1
vote
2
answers
223
views
Google Play upload error: “App must support 16 KB memory page sizes” — LiteRT 1.4.0 ships .so built with 4 KB alignment (Align 0x1000)
I’m building an Android app that uses Google AI Edge LiteRT (TensorFlow Lite) for on-device inference.
When uploading the .aab to Google Play, I get this error:
App must support 16 KB memory page ...
2
votes
0
answers
221
views
libreact_featureflagsjni.so Not Found – React Native App Crashes on Startup
Issue: Android app crashes on launch with dlopen failed: library "libreact_featureflagsjni.so" not found after migrating for 16 KB page size with React Native 0.77.0
Context
I am upgrading ...
1
vote
1
answer
1k
views
Setting Min SDK Version to 23 or higher Breaks Support for 16KB Page Size Devices
I’m working with the latest stable Flutter version and recently ran into a puzzling issue regarding the 16 KB page size warning in the Google Play Console.
Last week, I received the 16 KB page size ...
2
votes
3
answers
2k
views
Supports 16kb memory page size issue in .Net MAUI
On Play Console in App bundle detail I get this:
Does not support 16 KB
Hide detail
Learn more
Libraries that do not support 16 KB:
base/lib/arm64-v8a/libHarfBuzzSharp.so
base/lib/arm64-v8a/...
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
149
views
Support 16-KB Page size enablement on app encountered .so unsupported issue
My project is need to support the 16-KB Page size enabled and tried to implement in the app. Could you indicate what are these libraries that might need to upgrade: or possible fix to upgrade the ...
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 [...