Skip to content

[NEW APP] ADB mode can't start if there's more than one device connected. #61

@drajabr

Description

@drajabr

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions