新程序员eclipse中adb连接错误
打开 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定发生了什么,但请尝试以下操作,看看是否有帮助:
如果这不起作用,请尝试运行该命令“亚行设备”。这里有任何错误消息吗?
I'm not sure what is going on but try the following and see if it helps:
If this doesn't work try running the command "adb devices". Any error messages here?
正如 THelper 回复的那样,您可能已连接到设备,或者可能已经打开了死模拟器
As THelper replied you might have connected to device or already a dead emulator might be opened