jackweiwang / Android-FaceDetection-UltraNet-MNN

Android face detection 30+ FPS, pretrained weight 1MB.
MIT License
118 stars 36 forks source link

java.lang.UnsatisfiedLinkError: No implementation found #21

Closed saikirantokala closed 3 years ago

saikirantokala commented 3 years ago

When tried to integrate in the other sample app, getting this error.

saikirantokala commented 3 years ago

java.lang.UnsatisfiedLinkError: No implementation found for boolean ai.digitap.faceclient.utils.facedetection.ultramnn.FaceSDKNative.FaceDetectionModelInit(java.lang.String) (tried Java_ai_digitap_faceclient_utils_facedetection_ultramnn_FaceSDKNative_FaceDetectionModelInit and Java_ai_digitap_faceclient_utils_facedetection_ultramnn_FaceSDKNative_FaceDetectionModelInit__Ljava_lang_String_2)