1

[✗] Android toolchain - develop for Android devices ✗ ANDROID_HOME = User/grantrienstra/Library/Android/sdk but Android SDK not found at this location.

Is what I've been getting when I run flutter doctor -v and Youtube has not yielded any answers. Do you know how to install the Android toolchain? I have Android Studios downloaded and the Flutter and Dart plugins integrated.

asked Dec 13, 2018 at 22:19
1

1 Answer 1

1

By checking your path I'm assuming you're on Mac so try to add the tools and platform-tools to your PATH environment variable by running the following on the terminal:

export PATH=$PATH:~/Library/Android/sdk/tools

export PATH=$PATH:~/Library/Android/sdk/platform-tools

Then you should be good to go.

answered Dec 14, 2018 at 1:01
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.