Commit d86900d2 authored by Dan Rubel's avatar Dan Rubel Committed by GitHub

Update flutter doctor text (#6682)

parent 594c4f99
...@@ -118,7 +118,7 @@ class AndroidSdk { ...@@ -118,7 +118,7 @@ class AndroidSdk {
return <String>['Android SDK file not found: $adbPath.']; return <String>['Android SDK file not found: $adbPath.'];
if (sdkVersions.isEmpty || latestVersion == null) if (sdkVersions.isEmpty || latestVersion == null)
return <String>['Android SDK does not have the proper build-tools.']; return <String>['Android SDK is missing command line tools; download from https://goo.gl/XxQghQ'];
return latestVersion.validateSdkWellFormed(); return latestVersion.validateSdkWellFormed();
} }
......
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