您的位置:首页 > 移动开发

NDK can't find the application directory

2016-03-01 00:00 190 查看
摘要: 执行ndk-build命令时出现以上错误,说明是ndk没有找到程序的路径。



如图错误说是:
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目录下的。

解决方法:通过-c指定程序的路径
使用命令:ndk-build -C your_project_path

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ndk 错误 程序路径