Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
109 views

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 ...
Saturne Dev's user avatar
4 votes
3 answers
14k views

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,...
Pavan Sharma's user avatar
10 votes
4 answers
9k views

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 ...
Gagan_iOS's user avatar
  • 4,212
1 vote
0 answers
107 views

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/...
Adam B's user avatar
  • 155
0 votes
1 answer
247 views

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 ...
Guilherme Lourenco's user avatar
2 votes
1 answer
656 views

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)...
Josip Domazet's user avatar
0 votes
0 answers
47 views

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:...
VictorYvergniaux's user avatar
1 vote
1 answer
712 views

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.): ...
Irfanali Saiyad's user avatar
0 votes
0 answers
314 views

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 ...
xit sumit's user avatar
1 vote
2 answers
223 views

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 ...
B Man BMans's user avatar
2 votes
0 answers
221 views

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 ...
Shreya Chauhan's user avatar
1 vote
1 answer
1k views

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 ...
Ahmad Nasir's user avatar
2 votes
3 answers
2k views

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/...
zilon co's user avatar
1 vote
1 answer
498 views

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,...
JustSightseeing's user avatar
0 votes
0 answers
149 views

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 ...
PAkultie's user avatar
  • 142
1 vote
2 answers
6k views

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 [...
shu07's user avatar
  • 23