1

I want to know the adb command for getting USB port number of connected android device. Please help me to configure my device with android.

Thanks in Advance

RajeshVijayakumar
  • 10,281
  • 11
  • 57
  • 84

1 Answers1

4

The following command lists the devices with corresponding usb port.

adb devices -l
code monkey
  • 2,094
  • 3
  • 23
  • 26