Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d86900d

Browse files
author
Dan Rubel
authored
Update flutter doctor text (flutter#6682)
1 parent 594c4f9 commit d86900d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/lib/src/android/android_sdk.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class AndroidSdk {
118118
return <String>['Android SDK file not found: $adbPath.'];
119119

120120
if (sdkVersions.isEmpty || latestVersion == null)
121-
return <String>['Android SDK does not have the proper build-tools.'];
121+
return <String>['Android SDK is missing command line tools; download from https://goo.gl/XxQghQ'];
122122

123123
return latestVersion.validateSdkWellFormed();
124124
}

0 commit comments

Comments
 (0)