linux系统下,eclipse出现Adb connection Error:EOF的解决方法

时光怂恿深爱的人放手 提交于 2019-11-30 15:03:41

[2013-07-12 02:37:12 - DeviceMonitor] Adb connection Error:EOF

[2013-07-12 02:37:12 - DeviceMonitor] Connection attempts: 1

[2013-07-12 02:37:56 - DeviceMonitor] Adb connection Error:EOF

[2013-07-12 02:37:56 - DeviceMonitor] Connection attempts: 1

出现这些错误,可以尝试去重启eclipse,如果重启的方法的不行,就到terminal哪里用命令行解决。

命令如下:


ydy_work@ubuntu :~$ adb kill-server

ydy_work@ubuntu :~$ sudo adb devices

[sudo] password for ydy_work: 

adb server is out of date.  killing...

* daemon started successfully * //出现这段话就可以了

List of devices attached 

0123456789ABCDEF device


标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!