. General cpp build:
> cd simple-cpp
> g++ static-check.cpp
> ./a.out
. Build for android:
> cd binary-for-android
> ./build.sh
This will generated a compiled file and a binary. Should see both files in the same folder
. To see the file details: file hello-binary