how to debug c++ source code for android version

hi,

do you have good solution for debug android app, eg:breakpoint thanks.

  1. For most part of the game, we debug its win32 port in Visual Studio, or its ios port in Xcode
  2. For debugging android 3rd SDK integration, we use CCLOG and gdb.

Google hasn’t provide an well-integrated IDE to debug NDK apps/games yet.

thank you

ndk-stack

MingQing Li wrote:

ndk-stack

hi, you use ‘ndk-stack’ now? how to use it?

After unzip android ndk, this document will be in this directory

android-ndk-r8b/docs/NDK-STACK.html