diff --git a/packages/flutter_tools/lib/src/commands/emulators.dart b/packages/flutter_tools/lib/src/commands/emulators.dart index 11463363326..920570fef90 100644 --- a/packages/flutter_tools/lib/src/commands/emulators.dart +++ b/packages/flutter_tools/lib/src/commands/emulators.dart @@ -63,7 +63,7 @@ class EmulatorsCommand extends FlutterCommand { printStatus('No emulators available.\n\n' // TODO: Change these when we support creation // 'You may need to create images using "flutter emulators --create"\n' - 'You may need to create one using Android Studio\n' + 'You may need to create one using Android Studio ' 'or visit https://flutter.io/setup/ for troubleshooting tips.'); final List diagnostics = await emulatorManager.getEmulatorDiagnostics();