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が初めてで、完全にネイティブなアプリケーションを作ろうとしています. 私は日食を使用していますが、次の警告が表示されます。
Unresolved inclusion: <stdarg.h>
そのヘッダーで使用しようとしている型の不明な型エラーとともに。
ここの誰かが日食を取得して 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
すべての言語