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
4 changes: 4 additions & 0 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ Jelly Bean, v16, 4.1.x or later.

- Check that `adb` lists your device with `adb devices -l`.

Note: By default, Flutter uses the version of the Android SDK where your `adb` tool is based. If
you want Flutter to use a different installation of the Android SDK, you must set the
`ANDROID_HOME` environment variable to that specific installation directory.

## Running a Flutter application on Android

You can use the `flutter start` command to run your Flutter app on your
Expand Down