I just tested the new app, and Yeaaayyy I saw Auto-connect option! Amazing Guys.
But sadly, it didn't work for me, as I usually have at least 2 devices (4 atm :V) connected via USB in ADB mode.
This results in command failed error: Some(1): adb.exe more than one device/emulator.
To my knowledge, this happens coz adb command is expecting to specify the target device to issue the command to when there's more than 1, this is done via specifying the serial of the device, i.e: adb -s 4200c2c9e4ef8449 forward tcp:8999 tcp:8080
Initially, I think its safe to assume we need to setup for all devices connected, so maybe you can get the list of connected devices and issue commands for each :)
I just tested the new app, and Yeaaayyy I saw Auto-connect option! Amazing Guys.
But sadly, it didn't work for me, as I usually have at least 2 devices (4 atm :V) connected via USB in ADB mode.
This results in command failed error: Some(1): adb.exe more than one device/emulator.
To my knowledge, this happens coz adb command is expecting to specify the target device to issue the command to when there's more than 1, this is done via specifying the serial of the device, i.e:
adb -s 4200c2c9e4ef8449 forward tcp:8999 tcp:8080Initially, I think its safe to assume we need to setup for all devices connected, so maybe you can get the list of connected devices and issue commands for each :)