当前位置: 首页 > 问答 > Python编程 > 问答详情

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

09月28日 05:39169人阅读
赵老师 Python编程

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:sdksdkplatform-toolsadb.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视频教程。

职业技能申请领取
您的姓名
您的电话
意向课程
点击领取

环球青藤

官方QQ

扫描上方二维码或点击一键加群,免费领取大礼包,加群暗号:青藤。 一键加群

问答来自

赵老师 Python编程
好评率85% 浏览169

相关问题

怎么学好编程语言?
刘老师 Python编程
如何删除python字符串中指定的字符?
梦老师 Python编程
python中vars函数是什么意思?
黄老师 Python编程
课程咨询 学员服务 公众号

扫描关注微信公众号

APP

扫描下载APP

返回顶部