I’m new to android ndk, and i’m trying to make a fully native application. I’m using eclipse, and i’m getting this warning:
Unresolved inclusion: <stdarg.h>
along with unknown type errors for the types i try to use in that header.
I’m wondering if someone here could tell me how to get eclipse to find stdarg.h
I made a mistake when adding the paths and symbols directories
first go to project->properties->C/C++ General->Paths and Symbols
Then add
for all languages