12
여러 장치가 연결된 경우 ADB 셸을 사용하는 방법은 무엇입니까? "오류 : 둘 이상의 장치 및 에뮬레이터"와 함께 실패
$ adb --help ... -s SERIAL use device with given serial (overrides $ANDROID_SERIAL) ... $ adb devices List of devices attached emulator-5554 device 7f1c864e device ... $ adb shell -s 7f1c864e error: more than one device and emulator ?
491
android
shell
cmd
adb
android-debug