ndk-build: This shell script is the starting point of the Android NDK build system. This chapter will cover ndk-build in detail while exploring the Android NDK build system.
ndk-gdb: This shell script allows debugging native components using the GNU Debugger. Chapter 5 will cover ndk-gdb in detail while discussing the debugging of native components.
ndk-stack: This shell script helps facilitate analyzing the stack traces that are produced when native components crash. Chapter 5 will cover ndk-stack in detail while discussing the...