Ask Your Question
0

problem in setup of OpenCV -Android environment

asked 2013-03-07 10:04:28 -0600

this post is marked as community wiki

This post is a wiki. Anyone with karma >50 is welcome to improve it.

Hi, I am a beginner in opencv.I am working in developing a android app which needs opencv.I followed the instructions given on the site http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/android_dev_intro.html

I am facing problems in configuring NDK to my project.In step 10 of the tutorial,it says add ${ProjDirPath}/../../sdk/native/jni/include in build path.But I dont understand what to add for $ProjDirPath.I am not able to proceed.Please help me!!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-03-07 11:26:03 -0600

Let ${ProjDirPath}, it's a project related variable.

Or if you have created your project outside the OpenCV android samples directory, you can use a relative path:

${ProjDirPath}/../../path/to/my/sdk/native/jni/include

or an absolute path:

/home/me/path/to/my/sdk/native/jni/include

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-07 10:04:28 -0600

Seen: 759 times

Last updated: Mar 07 '13