NDK can't find the application directory

久未见 提交于 2019-12-03 17:39:26

如图错误说是:
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




易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!