Tflite vision task library is not 16kb compatible

Starting with Android 16, all apps and libraries are required to support 16 KB memory pages. When using the tensorflow-lite-task-vision AAR, the bundled native libraries (e.g., libtask_vision_jni.so, libtensorflowlite_jni.so, libtensorflowlite_gpu_jni.so) are built with 4 KB page size.

Hi, @V_rakshit_roshan I apologize for the delayed response, At the moment we encourage you to use MediaPipe Tasks for future development as this provides the most sustainable long term solution with confirmed 16KB support, MediaPipe has active 16KB Support MediaPipe v0.10.26 explicitly states “All the latest Android packages from Google Maven are now supporting the Android 16kb page size.” please refer this release notes for MediaPipe v0.10.26 version

For future update please refer this issue and if you want to build from source you can give it try with instructions mentioned in this comment

Thank you for your cooperation and patience.