Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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

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.

image description

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

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

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

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) my-dir)

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

override OPENCV_INSTALL_MODULES:=0n //added this 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