ADB command for identifying USB port

6k views Asked by At

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

1

There are 1 answers

0
code monkey On

The following command lists the devices with corresponding usb port.

adb devices -l