opencv for android samples error
Hi, I followed the documentation to set up the environment to develop Android application. I have an error in the opencv library and I can not execute the samples provided with the library. I can compile the samples only if I select android api 4.4.2 in the project build target under android in the opencv project's properties. Using the api 3.0 or 2.2 doesn't work...
EDIT: Maybe it will be better if i add some more infos... I'm working with: Linux Debian (Wheezy? Well... the stable one...)
- Eclipse 3.8 with ADT Plugin 22.6.1
- NDK plugin 22.6.1
- OpenCV 2.4.8
I'd like to know whether i selected as Project Build Target for the OpenCV Library project (I chose Android 4.4.2) is correct or not to compile my app on an older version of android too.