Android Hello World
02 Aug 2012
Here a quick documentation on how to build a C program using the Android NDK for Linux. The program can be run with the Android Terminal.
Here’s the Makefile.
And here’s the C program hello.c.
Running make should cross-compile the program.