I am working on opencv face detection project in android. i have an issue regarding Library reference, i have manually set the reference from project properties--->android but it is not been set. kindly help
There is not issue regarding ndk paths or other path settings
screen shot are shown below
Asked
Active
Viewed 103 times
2

Saad Bilal
- 1,767
- 1
- 17
- 31
2 Answers
1
Check Android.mk and path to OpenCV Directory.
Please, put Android.mk there and oath to OpenCV lib. And you mast Add OpenCV library to project

user1755546
- 1,049
- 2
- 13
- 27
-
yes! i have done all this and android.mk is also present and paths are cprrectly set. i dnt understand what kind of problem is this – Saad Bilal Dec 13 '13 at 06:55