android NDK开发中,用Cygwin调试本地代码时报错“Another debug session running,Use --force to kill it”原因及解决的方法
亦余心之所善兮,虽九死其犹未悔。这篇文章主要讲述android NDK开发中,用Cygwin调试本地代码时报错“Another debug session running,Use --force to kill it”原因及解决的方法相关的知识,希望能为你提供帮助。
【android NDK开发中,用Cygwin调试本地代码时报错“Another debug session running,Use --force to kill it”原因及解决的方法】
在使用ndk-gdb调试的时候。运行$NDK/ndk-gdb --verbose报错“Another debug session running,Use --force to kill it”。
我查了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 debugged program is *not* killed and will be stopped again.
--start: By default, ndk-gdb will try to attach to an existing running instance of your application on the target device. You can use --start to explicitly launch your application before the debugging session.
在默认情况下,NDK调试会打开ant debug这个session,可是ndk-gdb也是启动一个session,所以会发生冲突。使用force将ant debug session关闭就能够了。
我运行$NDK/ndk-gdb --verbose --force命令就没报这个错误了。
推荐阅读
- 关于Android Studio导出jar包的问题
- 安卓之父造手机(该紧张的只有iPhone())
- Android 编译错误——布局 Error parsing XML: not well-formed (invalid token)
- sendkeys && appactivate
- Android开发笔记(12)——ListView & Adapter
- 一步一步实现android studio代码上传到github。
- [Android]Android5.0实现静默接听电话功能
- 10_android打包的过程
- androidcpu 利用率