Hi, your “Remote Test Lab” service seems really fantastic for development.
And its adb connection is working well in windows.
But what I want is to connect the device by linux (also wsl).
I’ve tried a few things
- usbipd : not working, there’s no any usb connection resource
- adb port forwarding : not working, device state is ‘offline’ in linux by adb devices
eg.
netsh interface portproxy add v4tov4 listenport=5037 listenaddress=127.0.0.1 connectport=5037 connectaddress=172.18.0.2
adb connect 127.0.0.1:5037
please help me