Chapter 3. Build and Debug NDK Applications
In this chapter we will cover the following recipes:
Building an Android NDK application at the command line
Building an Android NDK application in Eclipse
Building an Android NDK application for different ABIs
Building an Android NDK applications for different CPU features
Debugging an Android NDK application with logging messages
Debugging an Android NDK application with CheckJNI
Debugging an Android NDK application with NDK GDB
Debugging an Android NDK application with CGDB
Debugging an Android NDK application in Eclipse