Logcat 在命令提示符下无法工作。它只适用于 eclipse IDE

发布于 2024-09-27 04:26:18 字数 133 浏览 3 评论 0原文

所以我可以看到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

快乐很简单 2024-10-04 04:26:18

我设法修复它。

我有两个 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.

无人问我粥可暖 2024-10-04 04:26:18

这看起来有点像 logcat 的工作原理。

  • 首先,您会看到消息的积压或历史记录。
  • 然后它会挂起,但直到收到一些新事件为止。

That looks sort of how logcat works.

  • First you see a backlog or history of the messages.
  • Then it hangs, but only until some new event is received.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文