2015-04-05 5 views
0


Я хочу запустить образец образца Vuforia в студии android.
Android NDK готов к использованию, и я могу создавать образцы NDK.
Приложение примера Vuforia Image Target импортировано, а библиотека Vuforia.Jar добавлена ​​как зависимость.
Но когда я построю проект, я вижу следующее:
fatal error: QCAR/QCAR.h: No such file or directory
Может ли кто-нибудь мне помочь? Почему эта ошибка появляется?
фатальная ошибка: QCAR/QCAR.h: Нет такого файла или каталога

+0

Как вы получили это фиксированный для Android Studio. У меня такая же ошибка – png

+0

Решение такое, как показано ниже, просто следуйте инструкциям vuforia. – Fartab

ответ

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.

Смежные вопросы