mediapipe
mediapipe copied to clipboard
Application Crash Due to Missing Native Library (libmediapipe_tasks_vision_jni.so)
The demo Android application (com.google.mediapipe.examples.gesturerecognizer) crashes at runtime with the following error. This crash occurs when attempting to use MediaPipe's gesture recognition functionality, and it seems related to a missing native library.
Steps to Reproduce
Followed the MediaPipe documentation to set up the gesture recognizer example.
Built the application and deployed it on an Android device/emulator.
Ran the application, which immediately crashes.