2013年5月4日

ndk-gdb调试相关

摘要: 先启动Eclipse, ant debug.程序断点在java代码中.然后ndk-gdb, 不使用start,会提醒Another debug session running.ndk官方文档:--force: By default, ndk-gdb aborts if it finds that another native debugging session is running on the same device. Using --force will kill the session, and replace it with a new one. Note that the debug 阅读全文

posted @ 2013-05-04 21:51 莫铭 阅读(190) 评论(0) 推荐(0)

2013年4月9日

cocos2d-x jni相关目录分析

摘要: Game_______src(游戏逻辑c/c++代码) | |___proj.android(java工程文件夹)________jni(mk文件,java中使用的接口c/c++文件) | |___src(java代码,入口函数,Activity类等等) | |___....一系列java工程目录文件E... 阅读全文

posted @ 2013-04-09 13:55 莫铭 阅读(398) 评论(0) 推荐(0)

导航