adb shell error: more than one device and emulator


C:\Users\DELL>adb shell
error: more than one device and emulator

方法一:

  启动任务管理器,结束adb进程即可。

      

方法二:

 打开cmd ,输入下面的命令

   taskkill /f /im adb.exe

相关