2

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 this is creen shot where i am setting lib ref but when i clear project, and again this red line with cross sign shows.

enter image description here

Saad Bilal
  • 1,767
  • 1
  • 17
  • 31

2 Answers2

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
0

Your library and the project has to be in same directory then it will work..

pavanmvn
  • 749
  • 10
  • 21