Hey, awesome project! I am using Windows 11 and WSL2 and tried to play around with ADB. Unfortunately, it does not seem to work at the moment. My current output is the following:
user@desktop:/mnt/c/Users/user$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 2a70:4ee7 OnePlus AC2003
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
user@desktop:/mnt/c/Users/user$ adb devices -l
List of devices attached
* daemon not running; starting now at tcp:5037
* daemon started successfully
user@desktop:/mnt/c/Users/user$
As you can see, my phone is available in WSL, but ADB does not see it. Do you have any idea if it might be a configuration issue or is it simply not currently supported?
Hey, awesome project! I am using Windows 11 and WSL2 and tried to play around with ADB. Unfortunately, it does not seem to work at the moment. My current output is the following:
As you can see, my phone is available in WSL, but ADB does not see it. Do you have any idea if it might be a configuration issue or is it simply not currently supported?