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 ?
492
android
shell
cmd
adb
android-debug