-
-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Describe the bug
From the IDE: "APK app-degoogled-arm64-v8a-debug.apk is not compatible with 16 KB devices. Some libraries have LOAD segments not aligned at 16 KB boundaries:
lib/arm64-v8a/libffmpegJNI.so"
Expected behavior
The warning should not appear.
To Reproduce
Compile an apk for an arm64-v8a processor.
Environment
Android Studio.
Logs or Screenshots
Additional context
From the IDE: "Starting November 1st, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB page sizes. For more information about compatibility with 16 KB devices, visit developer.android.com/16kb-page-size."
I realized that only the ffmpeg library is yielding this warning, so I'll leave this issue open in case somebody updates it. The goal is to future-proof the app and, potentially, compile with Google Play Store requirements