Book Image

Android NDK: Beginner's Guide

By : Sylvain Ratabouil
Book Image

Android NDK: Beginner's Guide

By: Sylvain Ratabouil

Overview of this book

Table of Contents (18 chapters)
Android NDK Beginner's Guide Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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.