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
In my case the problem was with white spaces in the project path. In such case, change the project path folders and import the project again.