I am trying to build latest OpenCV with Java wrapper for Android, but I keep getting this error.
I've tried to build it with newer and older NDKs , build-tools and platform-tools. I've also tried with running build_sdk.py and configuring with different build systems.
CMake configuration always shows "SDK target: android_sdk_target_status-NOTFOUND".
Terminal throws this error : FAILED: bin/classes.jar bin/classes.jar.dephelper Buildfile: build.xml does not exist!
If someone was able to build OpenCV with Java wrapper, could you please explain how?