I am trying to import and compile OpenCV tutorial (OpenCV Tutorial 2-Mixed Processing) in Eclipse.
Symbol'std'could not be resolved
, Symbol'cv'could not be resolved
in jni_part.cpp
It will be
APP_STL specification on Application.mk
APP_STL:=gnustl_static
APP_CPPFLAGS: =-frtti-fexceptions
APP_ABI: =armeabi-v7a
APP_PLATFORM: = android-8
If you are building from Eclipse CDT, the English SO "Eclipse CDT: Symbol'cout' could not be resolved" may be helpful.
© 2024 OneMinuteCode. All rights reserved.