Errors running builder 'CDT Builder' when trying to build OpenCV for android samples
Hello guys I'm trying to learn about openCV in android I've already following the instruction given http://docs.opencv.org/doc/tutorials/introduction/androidbinarypackage/androidbinarypackageusingwith_NDK.html
but when I'm trying to compile I'm only getting
01:50:14 ** Auto Build of configuration Default for project org.opencv.samples.fd.FdActivity
** "C:\Android\android-ndk-r8\ndk-build.cmd"
Install: libdetection_based_tracker.so => libs/armeabi-v7a/libdetection_based_tracker.so
01:50:14 Build Finished (took 184ms)
in the console and I'm also get an error
Errors occurred during the build. Errors running builder 'CDT Builder' on project
org.opencv.samples.fd.FdActivity. Internal error building project
org.opencv.samples.fd.FdActivity configuration Default java.lang.NullPointerException Internal
error building project org.opencv.samples.fd.FdActivity configuration Default
java.lang.NullPointerException
anyone ever encountered this problem before? please help me to solve this problem
thank you
Hello andrey pavlenko thank you for your answer,sorry I didn't know how to comment in your answer but I've tried it and I'm still getting the same error,I'm using windows 7 64 bit Eclipse Juno ADT 20.0 SDK 11 and NDK r8 how about it? I can run the other samples except face detection,sample 3 and sample 4 that use C code,thanks