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

来源:互联网 发布:c语言模块化编程 编辑:程序博客网 时间:2024/06/04 01:39

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.


0 0
原创粉丝点击