jiuqiant/mediapipe_face_detection_aar_example

Library not found

Opened this issue · 0 comments

022-12-30 11:43:57.741 4291-4291/com.example.myfacedetectionapp E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.myfacedetectionapp, PID: 4291
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.myfacedetectionapp-7pl4WHFjrb3ko4nl6pi9Ag==/base.apk"],nativeLibraryDirectories=[/data/app/com.example.myfacedetectionapp-7pl4WHFjrb3ko4nl6pi9Ag==/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libopencv_java3.so"
at java.lang.Runtime.loadLibrary0(Runtime.java:1011)
at java.lang.System.loadLibrary(System.java:1657)
at com.example.myfacedetectionapp.MainActivity.(MainActivity.java:51)
at java.lang.Class.newInstance(Native Method)
at android.app.Instrumentation.newActivity(Instrumentation.java:1173)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2708)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2892)
at android.app.ActivityThread.-wrap11(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1593)
at android.os.Handler.dispatchMessage(Handler.java:105)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6541)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)