NDK debugging with r9 works on W7/64 but gives me issues in XP

前端 未结 3 1149
庸人自扰
庸人自扰 2021-01-17 20:16

I\'ve recently loaded the new Android dev tools, SDK 20130717 and NDK r9.

Up to now I had the previous versions, working and debugging from within Eclipse just fine o

3条回答
  •  庸人自扰
    2021-01-17 20:50

    This is the bug that was opened on the Android NDK. A work-around is to use the arm-linux-androideabi-gdb.exe from Android NDK r8e (as described in Christos' answer), or to download a fixed file from http://code.google.com/p/mingw-and-ndk/downloads/detail?name=arm-linux-androideabi-gdb.exe.

提交回复
热议问题