mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Don't require the AVD folder to exist in order to run flutter emulators (#25154)
Fixes #24750.
This commit is contained in:
parent
7120dab553
commit
3f1c308e58
@ -43,7 +43,7 @@ class AndroidWorkflow implements Workflow {
|
||||
bool get canLaunchDevices => androidSdk != null && androidSdk.validateSdkWellFormed().isEmpty;
|
||||
|
||||
@override
|
||||
bool get canListEmulators => getEmulatorPath(androidSdk) != null && getAvdPath() != null;
|
||||
bool get canListEmulators => getEmulatorPath(androidSdk) != null;
|
||||
}
|
||||
|
||||
class AndroidValidator extends DoctorValidator {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user