现在的位置: 首页 > 综合 > 正文

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

2018年02月10日 ⁄ 综合 ⁄ 共 298字 ⁄ 字号 评论关闭

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.

抱歉!评论已关闭.