Hi,
I am new to OpenCv, and trying follow the steps in the basic tutorial to set it up on OSx, using latest version of Eclipse.
Steps I have done:
- Got latest Android SDK
- Added Android SDK components, (Tools and Android 3.0 API)
- Downloaded and set the path for ADT
- Downloaded the Android NDK
- set application native path to android-ndk-r8
But while importing the examples, I get errors starting from the first line (where importing opencv ) in the main activity file: "The import org.opencv.android cannot be resolved".
Could someone please suggest, where am I wrong? Thanks