Commit 6e0c4f0f authored by Devon Carew's avatar Devon Carew

Update android_workflow.dart

fix https://github.com/flutter/flutter/issues/2157
parent 4860e63f
......@@ -28,7 +28,8 @@ class AndroidWorkflow extends Workflow {
androidValidator.addValidator(new Validator(
'Android SDK',
description: 'enable development for Android devices',
resolution: 'Download at https://developer.android.com/sdk/',
resolution: 'Download from https://developer.android.com/sdk/ (or visit '
'https://flutter.io/setup/#android-setup for detailed instructions)',
validatorFunction: sdkExists
));
......
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