我按照网站上的程序操作:https ://developer.vuforia.com/resources/dev-guide/step-3-compiling-running-vuforia-sample-app 。
我尝试通过 cygwin 构建 ImageTargets 共享库,但显示的消息是:
$ ndk-build
Android NDK: Could not find application project directory !
Android NDK: Please define the NDK_PROJECT_PATH variable to point to it.
/cygdrive/c/Users/Dimitris/Desktop/ANDROID/adt-bundle-windows-x86/android-ndk-r8e/build/core/build-local.mk:130: *** Android NDK: Aborting . Stop.
我可以向您保证,我的项目目录的路径中没有空字符。
我已将 ImageTargets 项目定位到文件夹中:C:\Users\Dimitris\Desktop\ANDROID\adt-bundle-windows-x86\samples
所以我运行了命令:
$ cd C:/Users/Dimitris/Desktop/ANDROID/adt-bundle-windows-x86/samples
和
$ ndk-build