I have been building my android app in an android eclipse environment. Building my c++ code and compiling it independantly with ndk-build. That works fine.
I need t
You, probably, can, first, disable errors in Project Properties|C/C++ General|Code Analysis so your project compiles.
Project Properties|C/C++ General|Code Analysis
You can then check if the include paths in Project Properties|C/C++ General|Paths and Symbols are correct.
Project Properties|C/C++ General|Paths and Symbols
I have also heard that updating the ADT plugin may help.