Issues in Manual OpenCV4Android SDK setup
After the import step on this page: http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/O4A_SDK.html#import-opencv-library-and-samples-to-the-eclipse
I keep getting the following errors like in a popup in Eclipse:
Building workspace:
Errors occurred during the build.
Errors running builder 'Android Resource Manager' on project 'OpenCV Library - @OPENCV_VERSION@'.
java.lang.NullPointerException
Errors running builder 'Android Resource Manager' on project 'OpenCV Sample - 15 puzzle'.
java.lang.NullPointerException
Errors running builder 'Android Resource Manager' on project 'OpenCV Sample - camera-calibration'.
java.lang.NullPointerException
Cleaning all projects:
Errors occurred during the build.
Errors running builder 'Android Package Builder' on project 'OpenCV Library - @OPENCV_VERSION@'.
Resource '/OpenCV Library - @OPENCV_VERSION@/bin' does not exist.
Resource '/OpenCV Library - @OPENCV_VERSION@/bin' does not exist.
I followed the warning and note given at the bottom as well, but that did help.
My OpenCV4Android SDK version is 2.4.9.
I am having the same problem. I've imported 2.4.9. and get this for all samples and library projects. Can anyone explain this?
Hey prometheus3k I switched to 2.4.8 and it worked. I also had to declare NDKROOT for all native projects. I'll wait for a more sensible answer for a few days and then close it out.
hi! How i can switch to 2.4.8?! (I also have the same problem)