I get the following error while trying to compile an Android NDK project:
ndk-build Android NDK: Your APP_BUILD_SCRIPT points to an unknown file: /home/lamb
Please remove these directories
rm -rf .externalNativeBuild //if exits rm -rf app/.externalNativeBuild rm -rf app/.cxx/ //if exits rm -rf app/build/
then rebuild the project.