当我试图运行我的应用程序时,我会得到这个异常。
[2013-09-10 12:09:21 - EffectiveNavigation] The connection to adb is down, and a severe error has occured.
[2013-09-10 12:09:21 - EffectiveNavigation] You must restart adb and Eclipse.
[2013-09-10 12:09:21 - EffectiveNavigation] Please ensure that adb is correctly located at 'E:\Configured-Eclipse\adt-bundle-windows-x86-20130522\sdk\platform-tools\adb.exe' and can be executed.
当我试图从eclipse中重置adb时,它显示了此错误。
[2013-09-10 12:18:20 - adb] Attempting to restart adb, but version check failed!
我也从命令提示符中尝试过这一点。
1.adb kill-server //kill all active server
2.adb start-server //start adb server
也重新启动了的eclipse,但是仍然是相同的错误.Help me来解决这个问题。
发布于 2013-09-10 08:56:27
最后,这就是问题所在
关闭COMODO Defense+模块并全部工作.
发布于 2013-09-10 06:52:40
如果您安装了一些应用程序,管理您的手机,关闭应用程序。
发布于 2013-09-10 07:02:12
首先,确保您可以运行adb.exe本身而没有任何错误。在cmd.exe中以“管理员模式”运行它,并且"adb.exe设备“应该输出连接和识别的USB设备的列表。
https://stackoverflow.com/questions/18712300
复制相似问题