<1> 选择工程打开Android Tools,选择 Add Native Support.
<2> 选择工程打开 属性对话框,在C++Build 中,Build Settings ,在Build Command 中写入 ndk-build NDK_DEBUG=1
<3> 在c/c++代码中添加断点。
<4> 将工程设置为可调试(android:debuggerable="true"),Debug as Android Native Application
------解决思路----------------------
怎么不能调试呀。。。。。。。。。。。。。