0

I can connect and run one device using adb wireless commands, but how to add more than one device.

on my pc - at command promt.

adb tcpip 5555

adb connect 1.1.1.1

1.1.1.1:5555 device connected

1.1.1.1 is the IP of the device

for more than one device, how to do ?

nithin
  • 17
  • 6

1 Answers1

1

This question is already answered at https://stackoverflow.com/a/43973839/6791222. However, you can use "adb -d tcpip 5555" to attach multiple devices.

Feroz Khan
  • 2,396
  • 5
  • 20
  • 37