设备上的 Android 调试 - LogCat 不起作用!

发布于 2024-11-04 22:25:32 字数 126 浏览 0 评论 0原文

您好,我使用 Nexus One 来调试我的项目...

但是当连接到计算机(调试模式打开)时,没有日志处于调试模式(Eclipse)。该应用程序已安装并从计算机启动,但日志不显示...

我该怎么办?和想法?

Hi I use Nexus One to debug my project...

But when connected to computer (with Debugging mode ON) no Log is in Debug mode (Eclipse). The app is installed ad started from computer, but logs don't show...

What can I do? And idea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

只是一片海 2024-11-11 22:25:33

尝试切换到 Android 视角 (DDMS)。应该有一个连接到 ADB 的所有正在运行的设备的列表。选择您正在使用的设备,然后应该会显示 LogCat。

Try switching to the Android Perspective (DDMS). There should be a list of all running devices connected to the ADB. Select the device you're using and the LogCat should be displayed.

岁月无声 2024-11-11 22:25:33

首先,通过输入 adb devices 确保 ADB 能够识别您的 Nexus One。

在那里吗? (在 Windows 上,您需要 Nexus One 的设备驱动程序)。

然后,输入 ddms 以独立于 Eclipse 调用 DDMS 视图。

First, make sure that your Nexus One is recognized by ADB by typing adb devices.

Is it there? (on Windows you will need a device driver for the Nexus One).

Then, type ddms to invoke the DDMS view independently of Eclipse.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文