当我在cgywin中运行ndk-gdb时,我得到错误提示:"make: command not found“和"the device not support the applications CPU abi's$ ndk-gdb --verbose --nowaitUsing default adbFound package name: com.example.mygame
This could override the package name defines in the `AndroidManifest.xml`}
在将APK安装到我的设备上之后,我想附加ndk-gdb如果我安装了com.my.another,ndk-gdb就会失败,因为它正在寻找在AndroidManifest.xml中定义的com.my.default。如果我手动将AndroidManifest.xml中的包名更改为com.my.another,则ndk-gdb工作。