1. ホーム
  2. android

[解決済み] 複数のデバイスを接続しているときにADB Shellを使用するには?error: more than one device and emulator "で失敗します。

2022-01-26 05:27:12

質問

$ 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

解決方法は?

を使用します。 -s オプション BEFORE コマンドでデバイスを指定する場合などです。

adb -s 7f1c864e shell

参照 http://developer.android.com/tools/help/adb.html#directingcommands