Commit 8b164d7c authored by Dan Rubel's avatar Dan Rubel Committed by GitHub

improve "no device connected" message after "flutter run" (#6179)

parent 522f607b
......@@ -114,6 +114,8 @@ class RunCommand extends RunCommandBase {
printStatus('To run on a simulator, launch it first:');
printStatus('open -a Simulator.app');
printStatus('');
printStatus('If you expected your device to be detected, please run "flutter doctor" to diagnose');
printStatus('potential issues, or visit https://flutter.io/setup/ for troubleshooting tips.');
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment