Opencv face detection sample

When I run an app on the device the apps crash using massage -

java.lang.UnsatisfiedLinkError: Failed to load detect_based_tracker: findLibrary returns null

I am using OpenCV-2.4.4-beta-android-sdk and am running on android 2.3.6

Please, help!!

+3


source to share


1 answer


I solved problem y by changing two things:

1) Right click on the project-> property -> c / c ++ build object in the builder settings box to manually specify the full path to your ndk and ok



2) In jni / application.mk do APP_ABI: = armeabi

:)

+7


source







All Articles