且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

错误" AdbCommandRejectedException:未找到设备"在Eclipse中使用Android模拟器

更新时间:2022-10-23 17:47:20

尝试 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.