Hi I'm using JNI in android, eclipse.
To start with, I tried to run a demo in OpenCV using JNI. Even though the program compiles and runs in my Android Phone, when I opened the C codes in JNI folder out of curiosity, the project shows countless errors in that file and the project will never compile anymore.
I think it is because eclipse cannot parse the C codes correctly, nevertheless the JNI utilities can handle them.
So is there a way to suppress these errors in IDE to make it compile?
(I tag android in expectation that these problems be frequent in android development.)
update
**** Build of configuration Default for project OpenCV Sample - face-detection ****
G:\progWorkSpace\Android\Tegra\tadp_download\android-ndk-r8d-windows\android-ndk-r8d\ndk-build.cmd
Install : libdetection_based_tracker.so => libs/armeabi-v7a/libdetection_based_tracker.so
**** Build Finished ****
The CDT builds successfully.