You must restart adb and Eclipse

来源:互联网 发布:各种排序算法比较 编辑:程序博客网 时间:2024/05/21 06:34
You must restart adb and Eclipse.

[2016-07-27 20:28:45 - briup] Please ensure that adb is correctly located at 'D:\android_java_devlope\adt-bundle-windows-x86_64-20131030\sdk\platform-tools\adb.exe' and can be executed.

我们在用adt时经常会遇到这种问题,我来谈一下两种解决方案:

第一:关闭eclipse,启动任务管理器,在进程中找到adb.exe(32),右键结束进程,然后启动eclipse。如图:


第二:如果没能解决或者进程中找不到adb.exe那么进入cmd命令窗口中zhe,

adb kill-server命令结束服务

adb start-server命令开启服务

如果将adb配置到了环境变量中则直接用命令,否则进入D:\android_java_devlope\adt-bundle-windows-x86_64-20131030\sdk\platform-tools,adb路径使用命令,再启动eciipse。如图:


0 0