Commit 76bebeed authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Instruct users to run Android Studio so it will install Android SDK components (#9323)

Fixes https://github.com/flutter/flutter/issues/8690
parent 8fdd2066
......@@ -103,7 +103,8 @@ class AndroidWorkflow extends DoctorValidator implements Workflow {
));
} else {
messages.add(new ValidationMessage.error(
'Android SDK not found. Download from https://developer.android.com/sdk/\n'
'Install Android Studio from https://developer.android.com/studio/index.html.\n'
'On first launch it will assist you in installing the Android SDK components.\n'
'(or visit https://flutter.io/setup/#android-setup for detailed instructions).'
));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment