Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 android ndk 的新手,我正在尝试制作一个完全原生的应用程序。我正在使用eclipse,我收到了这个警告:
Unresolved inclusion: <stdarg.h>
以及我尝试在该标头中使用的类型的未知类型错误。
我想知道这里是否有人可以告诉我如何让 eclipse 找到 stdarg.h
添加路径和符号目录时出错
首先进入项目->属性->C/C++常规->路径和符号
然后加
${env_var:ANDROID_NDK}\toolchains\arm-linux-androideabi-4.4.3\prebuilt\windows\lib\gcc\arm-linux-androideabi\4.4.3\include
适用于所有语言