Hi everyone,
I wanted to ask the following question - is there currently a support with the OpenCV library to support the following requirement that Google added when upgrading Android applications to target the SDK 35 (Android 15 version) - Support 16 KB page sizes | Compatibility | Android Developers?
Asking this, since for our application, we found that the OpenCV library uses the native .so libraries in 32-bit and 64-bit environments and we are having issues aligning and adapting to this requirement so that the application can be updated to target the latest Android SDK (35 in this case).
This also could be an issue since, starting from this year, Google will introduce 2 releases on the Android operating system annually. One is a major release, Android 16, coming up very soon - in Q2 of 2025, and one minor release, Android 17, later this year.
We need to soon adapt and target the latest SDK for our application. Any help is greatly appreciated. Thank you.