Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ Jelly Bean, v16, 4.1.x or later.

## Running a Flutter application on Android

You can use the `flutter start` command to run your Flutter app on your
device or simulator. For best results, ensure you have only one device
or simulator connected.
You can use the `flutter start` command to run your Flutter app on all connected
devices and simulators. `flutter list` will list connected devices and
simulators.

First, change directories to the root of your app (the same directory that
contains the `pubspec.yaml` file for your project).
Expand Down