I need to connect 10 device via usb at once. Does adb detect multiple android devices connected via usb hub? I have explored connecting via tcpip one by one using the existing ports, but the problem is if the LAN is not very stable , it gets disconnected and I have to connect all over again. If I could connect all my devices via usb hub I wont have that issue.
I have gone through this issue: Using USB peripherals with hardware debug
adb devices
) on USB, have you tried it? However, it depends on the USB hub and ports whether they provide enough power for multiple devices to be detected. – Andrew T. Jan 02 '21 at 06:44-s
adb devices
and update the answer, I can place an order for a USB hub on amazon. – Boladin Jan 03 '21 at 06:13