ndk错误解决方法:
make.exe: Nothing to be done for `example'.
make.exe: Nothing to be done for `all'.
Android NDK: Could not find application project directory !
Android NDK: Please define the NDK_PROJECT_PATH variable to point to it.
E:\androidNDK\android-ndk-r10b\build/core/build-local.mk:148: *** Android NDK: A
borting . Stop.
make.exe: Nothing to be done for `example'.
make.exe: Nothing to be done for `all'.
Android NDK: Could not find application project directory !
Android NDK: Please define the NDK_PROJECT_PATH variable to point to it.
E:\androidNDK\android-ndk-r10b\build/core/build-local.mk:148: *** Android NDK: A
borting . Stop.
指定参数:
ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_APPLICATION_MK=./Application.mk

本文介绍了在使用Android NDK进行应用程序构建过程中遇到的典型错误及其解决方法,包括如何正确设置NDK_PROJECT_PATH等环境变量来避免构建失败。
3267

被折叠的 条评论
为什么被折叠?



