Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
108 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
0 votes
1 answer
216 views

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 ...
XaMAUI's user avatar
  • 392
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
1 vote
1 answer
711 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
5 votes
0 answers
994 views

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 ...
ENES's user avatar
  • 11
3 votes
2 answers
2k views

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, ...
DevQt's user avatar
  • 1,920
1 vote
1 answer
258 views

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
Akitha Iddamalgoda's user avatar
2 votes
2 answers
538 views

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 ...
RusArtM's user avatar
  • 1,340
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
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
165 views

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 ...
Pardeep Kohli's user avatar
3 votes
2 answers
1k views

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 ...
Moctar Traoré'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
7 votes
1 answer
4k views

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 ...
Ragul PR's user avatar
  • 422
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