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

Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: C:\android-ndk/jni /Android.mk

2014-04-21 18:03 1531 查看
http://stackoverflow.com/questions/21158332/android-ndk-your-app-build-script-points-to-an-unknown-file-c-android-ndk-jni

The result is because you haven't set NDK_PROJECT_PATH to the parent directory of "jni" in your project.

For example, in my project directory, I use:
export NDK_PROJECT_PATH=`pwd`


And compilation works fine.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐