2015-04-05 122 views
0


我想在android studio中运行Vuforia示例项目。
Android NDK已准备就绪,我可以构建NDK样本。
Vuforia Image Target示例应用程序已导入,Vuforia.Jar库作为依赖项添加。
但是当我建立项目,我看到这个:
fatal error: QCAR/QCAR.h: No such file or directory
任何人都可以帮助我吗?为什么会出现此错误?
致命错误:QCAR/QCAR.h:没有这样的文件或目录

+0

你是怎么得到它固定为Android工作室。我有同样的错误 – png 2015-05-24 13:44:41

+0

解决方案如下,完全按照vuforia教程。 – Fartab 2015-05-25 06:55:44

回答

1

确保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.

相关问题