mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

Application Crash Due to Missing Native Library (libmediapipe_tasks_vision_jni.so)

Open iamalexthomas opened this issue 10 months ago • 0 comments

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.

Image

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.

iamalexthomas avatar Jan 24 '25 09:01 iamalexthomas