Error “AdbCommandRejectedException: device not found” in Eclipse using Android emulator

后端 未结 8 1673
傲寒
傲寒 2020-12-15 18:52

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 t

8条回答
  •  抹茶落季
    2020-12-15 19:11

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

提交回复
热议问题