Debugging native Android applications
Before diving deeper into JNI, there is one last important tool that any Android developer needs to know how to use: the Debugger. The official NDK one is the GNU Debugger also known as GDB.
Note
The resulting project is provided with this book under the name Store_Part3
.