Don't require the AVD folder to exist in order to run flutter emulators (#25154)
Fixes #24750.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user