fatal error: QCAR/QCAR.h: No such file or directory

fatal error: QCAR/QCAR.h: No such file or directory


我想 运行 一个 Vuforia 示例项目,在 android 工作室。
Android NDK 可以使用了,我可以构建 NDK 示例。
已导入 Vuforia Image Target 示例应用程序并添加 Vuforia.Jar 库作为依赖项。
但是当我构建项目时,我看到了这个:
fatal error: QCAR/QCAR.h: No such file or directory
谁能帮我?为什么会出现这个错误?

确保Vuforia SDK的安装位置正确。

来自Vuforia官网: https://developer.vuforia.com/library/articles/Solution/Installing-the-Vuforia-Android-SDK

The Vuforia SDK is distributed as a ZIP package for the following platforms: Windows, Mac OS X, and Linux.

To start developing with the Vuforia SDK:

  • Download the Vuforia SDK (you need to accept the license agreement before the download can start)
  • Extract the contents of the ZIP package and put it into
  • Adjust the Vuforia Environment settings in Eclipse

Once extracted, the SDK package reveals a directory structure in your Android development environment. This structure ensures that sample apps can be easily built and deployed using the Android NDK and the Eclipse Java developer environment.