eclipse用genymotion作为安卓模拟器 遇到的问题

博主在用genymotion作为eclipse的安卓模拟器时,遇到如下的问题,经过百度查找到了比较靠谱的解决方法(虽然都是别人的- -),在此总结一下


问题描述:

HelloWorld在run之后,控制台输出如下错误提示:

The connection to adb is down, and a severe error has occured.

You must restart adb and Eclipse.

Please ensure that adb is correctly located at 'F:\android\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe' and can be executed.


解决方法:

1:配置eclipse和Genytion虚拟机关联起来 参考: http://www.cnblogs.com/liu184/articles/5621985.html,在文章的中间部分开始;

2:重新配置sdk  参考:http://blog.csdn.net/ly1245186023/article/details/50589532      。


感谢百度,感谢两位前辈


你可能感兴趣的:(eclipse用genymotion作为安卓模拟器 遇到的问题)