Open baltpeter opened 1 year ago
Currently, our code assumes that there is only one device/emulator connected, e.g. it calls adb without the -s flag.
adb
-s
We should support having multiple devices connected and introduce an argument to select which one to use.
Currently, our code assumes that there is only one device/emulator connected, e.g. it calls
adb
without the-s
flag.We should support having multiple devices connected and introduce an argument to select which one to use.