$ cd $ANDROID_NDK_ROOT$ build/host-setup.sh
Detecting host toolchain.CC         : compiler check ok (gcc)
LD         : linker check ok (gcc)
CXX        : C++ compiler check ok (g++)
Generate   : out/host/config.mk
Toolchain  : Checking for arm-eabi-4.2.1 prebuilt binariesHost setup complete. Please read docs/OVERVIEW.TXT if you don't know what to do.$ make APP=hello-jni
sources/samples/Android.mk:1: no file name for `include'
build/core/main.mk:294: no file name for `-include'
make: *** No rule to make target `hello-jni', needed by `ndk-app-hello-jni'.  St
op.$