错误" AdbCommandRejectedException:未找到设备"在Eclipse中使用Android模拟器 [英] Error "AdbCommandRejectedException: device not found" in Eclipse using Android emulator

查看:162
本文介绍了错误" AdbCommandRejectedException:未找到设备"在Eclipse中使用Android模拟器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试着改变应用程序的构建,而现在Eclipse不工作。

有没有在控制台,当我启动调试,没有什么上的日志。

我刚刚得到这个消息:

  [2011-03-31 11时22分58秒 - 的logcat]没有发现设备
com.android.ddmlib.AdbCommandRejectedException:未找到设备
    在com.android.ddmlib.AdbHelper.setDevice(AdbHelper.java:736)
    在com.android.ddmlib.AdbHelper.executeRemoteCommand(AdbHelper.java:373)
    在com.android.ddmlib.Device.executeShellCommand(Device.java:284)
    在com.android.ddmuilib.logcat.LogPanel $ 3.run(LogPanel.java:527)
 

解决方案

尝试 ADB杀死服务器亚行启动服务器重新启动亚洲开发银行。它可以在你的Andr​​oid SDK目录中找到,子文件夹 plattform-工具

I've tried to change the build of an application, and now eclipse doesn't work.

There is nothing in the console, and when I launch the debug, there is nothing on the log.

I just got this message :

[2011-03-31 11:22:58 - Logcat]device not found
com.android.ddmlib.AdbCommandRejectedException: device not found
    at com.android.ddmlib.AdbHelper.setDevice(AdbHelper.java:736)
    at com.android.ddmlib.AdbHelper.executeRemoteCommand(AdbHelper.java:373)
    at com.android.ddmlib.Device.executeShellCommand(Device.java:284)
    at com.android.ddmuilib.logcat.LogPanel$3.run(LogPanel.java:527)

解决方案

Try adb kill-server and adb start-server to restart the adb. It can be found in your android sdk directory, subfolder plattform-tools.

这篇关于错误" AdbCommandRejectedException:未找到设备"在Eclipse中使用Android模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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