Errors When Building C++ Files In Android Ndk Project Using Eclipse
I have been having some real problems hooking up the Android NDK to work within the Eclipse IDE. Specifically, I have been trying to use the NDK to work with OpenCV, and as such I
Go to Project properties -> C/C++ Build -> Tool Chain Editor
, set Current toolchain
to Android GCC
and current builder
to Android Builder
then select tools
and replace compiler with GCC C++ Compiler
.
Then you should set Paths to your header files.
You may like these posts
Post a Comment for "Errors When Building C++ Files In Android Ndk Project Using Eclipse"