While opening C++ source file in Eclipse editor, there I can see syntax error notifications while using ndk-r8d. They are not real errors, but additional CDT configuring is required according to internet tutorial.
For that I Opened Project Properties -> C/C++ General -> Paths and Symbols and added the Include paths for C++ for ndk r8d.
But still the errors notification exists. Please provide some solution.
My experience is that Eclipse often gives wrong errors for c++ projects, even if it compiles correctly. This is because the runtime c++ checker is not perfect.
My solution was to turn off all checks in the Project Properties -> C/C++ General -> Code Analysis. This way, there’s no live feedback, but all errors shown are at least real