diff --git a/getting-started.md b/getting-started.md index 1d57c2bf60c..dc997ca98da 100644 --- a/getting-started.md +++ b/getting-started.md @@ -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