我在eclipse中启动我的adb有问题,并在这里寻找这个问题的所有答案,例如停止一个名为COMODO Defense+的杀毒程序,而我实际上没有它,或者将文件从\platform-tools复制到\tool......但不起作用。
当我重置adb或尝试运行我的android应用程序时,我得到以下错误:
[2014-04-07 16:58:55 - Trucks] The connection to adb is down, and a severe error has occured.
[2014-04-07 16:58:55 - Trucks] You must restart adb and Eclipse.
[2014-04-07 16:58:55 - Trucks] Please ensure that adb is correctly located at 'C:\Users\........\adb.exe' and can be executed.而adb肯定是在这个目录中。
我还收到了弹出消息:
Adb failed to restart!
Make sure the plugin is properly configured.和
Attempting to restart adb, but version check failed!不久前我有一个随机的病毒,它锁定了我的文件,但我现在已经解锁了所有的文件,这个病毒会不会对eclipse做了什么,改变了一些与Adb相关的东西?
发布于 2014-04-20 16:04:21
我以前遇到过这个问题
首先从任务管理器中删除adb.exe;
然后关闭反病毒防火墙-(或在扩展中放入adb.exe )。
最后启动adb.exe。
试试看,我希望它能起作用;
https://stackoverflow.com/questions/22916523
复制相似问题