OpenCV4Android sample: "Symbol 'std' could not be resolved"
Hi guys... I've tried the solution posted here, but I still get the above error that the std
symbol isn't found. Also "Type 'DetectionBasedTracker' could not be resolved". Building the .so works. As long as I don't open anything in 'jni'
my paths & symbols are:
${ProjDirPath}/../../sdk/native/jni/include
${NDKROOT}/platforms/android-14/arch-arm/usr/include
${NDKROOT}/sources/cxx-stl/gnu-libstdc++/4.6/include
${NDKROOT}/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include
${NDKROOT}/sources/cxx-stl/gnu-libstdc++/4.4.3/include
${NDKROOT}/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include
I have ndk-r8 (also tried with r7) and I also have tried to use "android-9" or "/gnu-libstdc++/4.4.3" eclipse indigo
any suggestions? thx in advance
EDIT: i have now installed a fresh version of eclipse (since i wasn't able to remove cdt completely) - the JUNO 32bit Version JavaEE and reinstalled ADT and CDT. I changed to MinGW GCC Toolchain and included the above Includes.
NOW it resolves the std but the Type 'DetectionBasedTracker' could not be resolved" is still there.. What to do?