Eclipse 运行Android程序在虚拟机中,出现问题

[2014-06-05 20:08:42 - SortListView] ------------------------------
[2014-06-05 20:08:42 - SortListView] Android Launch!
[2014-06-05 20:08:42 - SortListView] The connection to adb is down, and a severe error has occured.
[2014-06-05 20:08:42 - SortListView] You must restart adb and Eclipse.
[2014-06-05 20:08:42 - SortListView] Please ensure that adb is correctly located at 'F:\sdk\sdk\platform-tools\adb.exe' and can be executed.




解决方法:
1、检查系统进程是否有“adb.exe”,有的话,就关掉,然后重启Eclipse
2、第一种方法不行的话,可以运行“cmd”进到sdk文件夹的platform-tools文件夹,输入
adb kill-server
adb start-server

最后重启Eclipse,这应该就可以了

猜你喜欢

转载自feifeiwoye.iteye.com/blog/2076427