Skip to content Skip to sidebar Skip to footer

Android Ndk: Your App_build_script Points To An Unknown File:

cd Documents/workspace/ndkfoo home of my project and then i try to run ndk-build command but keeps on getting ndk-build Android NDK: Your APP_BUILD_SCRIPT points to an unknow

Solution 1:

quoted from this source: https://groups.google.com/forum/#!topic/android-ndk/HIUR2gL6Xj0

The build system tries to find your AndroidManifest.xml by back-tracking directories. It looks like it found one under /home/myhome/AndroidManifest.xml and thinks this is the root of your project path. I assume this corresponds to another (possibly stale) project, not the one you want to work on.

Try invoking ndk-build from the directory containing your AndroidManifest.xml instead

I think you have a similar problem here.

Post a Comment for "Android Ndk: Your App_build_script Points To An Unknown File:"