如何重启 ADB 服务器
Posted
技术标签:
【中文标题】如何重启 ADB 服务器【英文标题】:How to Restart ADB server 【发布时间】:2015-02-12 01:49:22 【问题描述】:我使用genymotion
作为模拟器。我重新启动了 eclipse,adb
被正确定位,但应用程序没有启动。
这是错误:
[2014-12-13 14:57:52 - Serbay] ------------------------------
[2014-12-13 14:57:52 - Serbay] android Launch!
[2014-12-13 14:57:52 - Serbay] The connection to adb is down, and a severe error has occured.
[2014-12-13 14:57:52 - Serbay] You must restart adb and Eclipse.
[2014-12-13 14:57:52 - Serbay] Please ensure that adb is correctly located at 'C:\adt-bundle-windows-x86-20140702\sdk\platform-tools\adb.exe' and can be executed.
【问题讨论】:
【参考方案1】:在命令提示符下执行
adb kill-server
adb start-server
重新启动您的 IDE
键入“where adb.exe
”并查看输出(应为'C:\adt-bundle-windows-x86-20140702\sdk\platform-tools\adb.exe')
【讨论】:
你能解释得更具体一点吗?我是安卓新手 我也会先从任务管理器添加结束adb.exe,然后运行你提到的命令。【参考方案2】:转到DDMS,右侧会显示12个图标,选择reset adb将在那里,然后reset adb它可能会起作用
【讨论】:
以上是关于如何重启 ADB 服务器的主要内容,如果未能解决你的问题,请参考以下文章