新程序员eclipse中adb连接错误

发布于 2024-12-01 02:06:42 字数 427 浏览 1 评论 0原文

打开 Eclipse 时,我不断遇到 ADB 错误。我每 10-20 秒连续收到一次:

[2011-08-24 21:25:40 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2011-08-24 21:25:41 - DeviceMonitor]Connection attempts: 1

在任务管理器进程中是 ADB 运行的连续进程,第二个实例以与上面的错误广播相同的速率出现和消失。

我重新安装了 Eclipse 和 Android SDK,并尝试通过命令行终止 ADB,但没有帮助。任何提示将不胜感激,并且由于我是 Android 和 Eclipse 的新手,因此大声而缓慢地讲话将非常感激。

I keep running into an ADB error when opening Eclipse. I receive it continuously every 10-20 seconds:

[2011-08-24 21:25:40 - DeviceMonitor]Adb connection Error:An existing connection was forcibly closed by the remote host
[2011-08-24 21:25:41 - DeviceMonitor]Connection attempts: 1

In the task manager processes is a continuous process of ADB running and a second instance appears and vanishes at the same rate as the error broadcasts above.

I've reinstalled both Eclipse and the Android SDK and have attempted to kill ADB via the command line, but it did not help. Any tips would be appreciated, and as I am new to Android and Eclipse, speaking loudly and slowly would be much appreciated.

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

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

发布评论

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

评论(2

轮廓§ 2024-12-08 02:06:42

我不确定发生了什么,但请尝试以下操作,看看是否有帮助:

  • 关闭 eclipse
  • 运行命令“adb Kill-server”
  • 杀死 adb 进程的所有正在运行的实例
  • 重新启动 eclipse

如果这不起作用,请尝试运行该命令“亚行设备”。这里有任何错误消息吗?

I'm not sure what is going on but try the following and see if it helps:

  • close eclipse
  • run the command "adb kill-server"
  • kill all running instances of the adb process
  • restart eclipse

If this doesn't work try running the command "adb devices". Any error messages here?

乄_柒ぐ汐 2024-12-08 02:06:42

正如 THelper 回复的那样,您可能已连接到设备,或者可能已经打开了死模拟器

As THelper replied you might have connected to device or already a dead emulator might be opened

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