-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
good first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorstoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
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
Labels
good first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorstoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.