Eclipse多次检测相同的设备 [英] Eclipse detecting the same device multiple times

查看:155
本文介绍了Eclipse多次检测相同的设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正面临一个奇怪的问题。日食会多次破坏相同的设备,因此无法运行显示错误的项目:

 无法安装MetRoute。 apk设备'EC21BF384504FC4E':adb被拒绝的安装命令:多个设备
com.android.ddmlib.AdbCommandRejectedException:多个设备
启动已取消!

看到这张图片:





我试图帮助<一个href =https://stackoverflow.com/questions/6963276/eclipse-has-multiple-copies-of-same-android-device>这个问题,但没有帮助之后的过程。有谁有任何其他解决方案。

解决方案

更新:不需要重新启动/关闭Eclipse



如Ved Praksh的评论所述,解决方案是:



退出Eclipse



从任务管理器结束所有adb进程。然后:



在cmd中,adb kill-server - > adb start-server - > adb devices



然后重新启动eclipse。



这次可能只显示一个设备。


I am facing a strange problem. The eclipse is deteting the same device multiple times and thus is unable to run the project showing error as :

Failed to install MetRoute.apk on device 'EC21BF384504FC4E': adb rejected install command with: more than one device
com.android.ddmlib.AdbCommandRejectedException: more than one device
Launch canceled!

See This image:

I tried to take help of this question but no help after following the process. Does anyone have any other solution.?

解决方案

update : It is not needed to restart/close Eclipse

As told in comments by Ved Praksh, the solution is:

Exit Eclipse

End all adb processes from task manager as well.. Then:

In cmd, adb kill-server --> adb start-server --> adb devices

Then restart eclipse.

Most probably it will show only one device this time.

这篇关于Eclipse多次检测相同的设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆