[Solved] adb shell error: more than one device and emulator

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

Solution:

Method 1:

Start the task manager and end the ADB process.

Method 2:

Open CMD and enter the following command

taskkill /f /im adb.exe

Similar Posts: