• 技术文章 >常用工具 >Eclipse

    eclipse在虚拟机运行不了android程序解决方法

    yangyang2020-02-24 09:48:59原创4973

    eclipse在虚拟机运行android程序报错如下:(推荐:eclipse使用教程

    [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文件夹,输入

    [color=red]adb kill-server

    adb start-server[/color]

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

    更多python知识请关注python视频教程

    专题推荐:eclipse
    品易云
    上一篇:adt中的eclipse打不开解决方法 下一篇:64位jdk可以用32位eclipse吗?

    相关文章推荐

    • 64位eclipse能用32位jdk吗?• android eclipse中文乱码解决方法• adt如何加进eclipse?

    全部评论我要评论

    © 2021 Python学习网 苏ICP备2021003149号-1

  • 取消发布评论
  • 

    Python学习网