[armeabi-v7a] library errors in Face-detection sample

asked 2016-04-26 04:20:42 -0600

WhoAmI gravatar image

updated 2016-04-26 04:34:11 -0600

Hello All,

I just started of with the tutorials of OpenCV4Android. Am a novice user and started learning with the sample tutorials.

I have done some research work before posting out here but I didn't find any suitable answer for my Problem and perhaps may be I went something wrong in Setting something.

When I run the sample program of Face-detection am getting the following Errors in my code stating that I need to install the libraries. Could you kindly let me know where I missed something and what I have to do.

I have added two lines of code in my Android.mk file.

Help me out.

As per the suggestions from the below comment. Here's the text Version of what I have added in my android.mk file

my android.mk file Looks like

LOCAL_PATH := $(call my-dir)

$(info==$(OPENCV_INSTALL_MODULES)==) //added this

override OPENCV_INSTALL_MODULES:=0n //added this

include $(CLEAR_VARS)

My Error:

[armeabi-v7a] Install : libdetection_based_tracker.so => libs/armeabi-v7a/libdetection_based_tracker.so [armeabi-v7a] Install : libopencv_java3.so => libs/armeabi-v7a/libopencv_java3.so

image description

edit retag flag offensive close merge delete

Comments

for various reasons, - please give us the text version of your code, and the error, not a screenshot.

berak gravatar imageberak ( 2016-04-26 04:25:24 -0600 )edit

Thanks for the suggestions and am done with the changes

WhoAmI gravatar imageWhoAmI ( 2016-04-26 04:35:18 -0600 )edit