0

I want to connect Phones(both android) : Phone A to Phone B, where Phone B connect phone A as a adb debugging device (using Android Terminal app ) and run ADB commands on phone A

  • 1
    Does this answer your question? [How to use ADB Shell when Multiple Devices are connected? Fails with "error: more than one device and emulator"](https://stackoverflow.com/questions/14654718/how-to-use-adb-shell-when-multiple-devices-are-connected-fails-with-error-mor) – Hakan Dilek May 18 '20 at 07:35

1 Answers1

0

yes you can connect 2 Devices using 2 different USB cables , or emulator if your testing on it when you do adb devices you should see 2 devices connected info use adb -s [device id] for normal devices ] shell use adb -e [device id] for emulator shell