Skip to content

Conversation

@danrubel
Copy link
Contributor

If ANDROID_HOME is set, then flutter doctor will display it's value.

If it points to an invalid location, then you'll see something like this...

[x] Android toolchain - develop for Android devices
    x ANDROID_HOME = foo
      but Android Studio / Android SDK not found at this location.

If it points to a valid location, then you'll see something like this...

[✓] Android toolchain - develop for Android devices (Android SDK 24.0.3)
    • Android SDK at /path/to/my/Android/sdk
    • Platform android-24, build-tools 24.0.3
    • ANDROID_HOME = /path/to/my/Android/sdk
    • Java(TM) SE Runtime Environment (build 1.8.0_102-b14)

Fixes #6516
@pq

@sethladd
Copy link
Contributor

Cool!

Copy link
Contributor

@pq pq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@danrubel danrubel merged commit 311d371 into flutter:master Oct 27, 2016
@danrubel danrubel deleted the echo-android-home branch October 28, 2016 20:23
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flutter not finding my Android SDK (Request to display ANDROID_HOME in flutter doctor)

3 participants