I am attempting to get opencv for android/eclipse working for the first time. I am following this documentation. I have imported the library and samples into a new eclipse workspace. The OpenCVLibrary project appears to be built without error.
Now I'm trying to get OpenCV Sample - face-detection up and running, but am getting errors like
the import org.opencv.android cannot be resolved
and the import org.opencv.core cannot be resolved
at the start of the java files.
I had noticed that in the properties of the library project, the "is library" check-box had not been ticked, so I ticked it and did a clean and rebuild. But this made no difference. Any idea what I've done wrong?