Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi. I followed these steps and works fine.

1 Import the face-detection sample and OPCV Library

image description

2 Remove the wrong link and add a correct link

image description

3 Put the full path of OpenCv.mk (in android.mk)

in my case: include E:\OPEN_CV\OpenCV-2.4.11-android-sdk\sdk\native\jni\OpenCV.mk

image description

4 Configure environment for NDK

image description

5 Configure Build

image description

PS.: You need a NDK. You can download here

That's it.