B
B
bilachayka2021-08-27 23:05:59
Android
bilachayka, 2021-08-27 23:05:59

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

1 answer(s)
D
Denis Zagaevsky, 2021-08-28
@bilachayka

$ 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 question

Ask a Question

731 491 924 answers to any question