April 2015
Beginner to intermediate
494 pages
10h 26m
English
To develop with the Android NDK on Linux, we need to set up a few prerequisites: Glibc, Make, OpenJDK, and Ant.
ldd -–version

Make is also required to build native code. Install it from the build-essential package (requires administrative privilege):
sudo apt-get install build-essential
Run the following command to ensure Make is correctly installed, in which case its version is displayed:
make –version
Read now
Unlock full access