Answers for "adb shell error: more than one device/emulator"

1

adb shell error: more than one device/emulator

$ adb devices  # show all the devices attached

adb -s yourdevicename shell # change yourdevicename to the name of the device you want to use
Posted by: Guest on July-15-2021

Code answers related to "adb shell error: more than one device/emulator"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language