如圖錯誤說是:
Android NDK: Could not find application project directory !
Android NDK: Please define the NDK_PROJECT_PATH variable to point to it.
說明沒有找到ndk程序的路徑。而個人ndk程序都是放在E:\android-ndk-r10b\samples目錄下的。 android
解決方法:經過-c指定程序的路徑
使用命令:ndk-build -C your_project_path app