Skip to content

flutter drive device identifier #37395

@ireinhart

Description

@ireinhart

Use case

We run more than one android emulator and have now the problem, that we can't select the correct AVD with the flutter -d '...' drive command.

Could you please change the line
https://github.com/flutter/flutter/blob/master/packages/flutter_tools/lib/src/android/android_device.dart#L760

to

    info['model'] = cleanAdbDeviceName(info['model']) + ' ' + deviceID;

Than it is possible to select the emulators more specific.

Look at flutter/flutter-intellij#1244 to get an idea of the details (if I am unclear).

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueRelatively approachable for first-time contributorstoolAffects the "flutter" command-line tool. See also t: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions