Logcat 在命令提示符下无法工作。它只适用于 eclipse IDE
所以我可以看到 Logcat 在我的 eclipse IDE 中正常工作。然而,当我尝试在命令提示符中运行它时,我得到了一堆 logcat 数据大约一秒钟,然后整个事情就冻结了。
关于如何解决这个问题有什么想法吗?
谢谢
So I can see Logcat working with no problems in my eclipse IDE. However, when I try to run it in a command prompt, i get a bunch of logcat data for about a second, and then the whole thing freezes.
Any ideas on how to fix this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我设法修复它。
我有两个 adb.exe 文件。其中一个在我的WINDOWS目录中,另一个在我的SDK工具目录中。 Eclipse IDE 使用的是我的 SDK 工具目录中的版本。当我使用命令提示符启动 adb 时,它将使用我的 WINDOWS 目录中的版本。我删除了该版本,现在一切正常。
谢谢。
I managed to fix it.
I had two adb.exe files. One of them was in my WINDOWS directory, and the other was in my SDK tools directory. The eclipse IDE was using the version in my SDK tools directory. When I would use a command prompt to start adb, it would use the version in my WINDOWS directory. I deleted that version, and everything is working great now.
Thanks.
这看起来有点像 logcat 的工作原理。
That looks sort of how logcat works.