Skip to content

APK built with OpenCV Mobile 4.12.0 does not support 16 KB memory page size devices #212

@namanh11611

Description

@namanh11611

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:

  1. Create a new Android project using Android Studio Narwhal 3 Feature Drop | 2025.1.3.
  2. 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
  1. Integrate the opencv-mobile-4.12.0-android into the project.
  2. Build the APK.
  3. Analyze APK.

Expected Behavior
The APK built with OpenCV Mobile 4.12.0 should fully support 16 KB memory page size devices.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions