NDK fails to resolve std,cv names in cpp in JNI

Asked 2 years ago, Updated 2 years ago, 62 views

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

android eclipse opencv

2022-09-29 22:16

1 Answers

If you are building from Eclipse CDT, the English SO "Eclipse CDT: Symbol'cout' could not be resolved" may be helpful.


2022-09-29 22:16

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.