mediapipemultihandstrackingapp icon indicating copy to clipboard operation
mediapipemultihandstrackingapp copied to clipboard

hi, I'd like to run this app on android, but it says java.lang.UnsatisfiedLinkError: dlopen failed: library "libmediapipe_jni.so" not found

Open young169 opened this issue 3 years ago • 3 comments

young169 avatar May 18 '21 09:05 young169

It should be that the cpu architecture is different, --fat_apk_cpu=arm64-v8a,armeabi-v7a , I only chose one, but I forgot which one.

mmm2016 avatar May 20 '21 01:05 mmm2016

It should be that the cpu architecture is different, --fat_apk_cpu=arm64-v8a,armeabi-v7a , I only chose one, but I forgot which one.

Thank you! I got somewhere else too that the virtual device can have problems, simplist way is to run on a real device. And may I ask where to choose that "--fat_apk_cpu" ?

young169 avatar May 20 '21 02:05 young169

https://google.github.io/mediapipe/getting_started/android_archive_library.html

mmm2016 avatar May 20 '21 06:05 mmm2016