Answer the question
In order to leave comments, you need to log in
How to access a specific device via adb if I have several of them?
How to access a specific device via adb if they have several connected? and it is necessary to make so that the commands were sent to only one.
Answer the question
In order to leave comments, you need to log in
$ adb devices
List of devices attached
emulator-5554 device
7f1c564e device
$ adb -s 7f1c564e <command>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question