-
-
Notifications
You must be signed in to change notification settings - Fork 424
Open
Description
We are experiencing a critical deployment issue where the Android application, which integrates the OpenCV Mobile SDK version 4.12.0, is not compatible with devices using a 16 KB memory page size.
As per Google's requirement, 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 on 64-bit devices.
Follow these steps to reproduce the issue:
- Create a new Android project using Android Studio Narwhal 3 Feature Drop | 2025.1.3.
- Configure the project with the following versions:
- AGP Version: 8.13.0
- Kotlin Version: 2.0.21
- NDK Version: 28
- CMake Version: 3.22.1
- Integrate the opencv-mobile-4.12.0-android into the project.
- Build the APK.
- Analyze APK.
Expected Behavior
The APK built with OpenCV Mobile 4.12.0 should fully support 16 KB memory page size devices.

dosubot
Metadata
Metadata
Assignees
Labels
No labels