Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594c4f9 commit d86900dCopy full SHA for d86900d
packages/flutter_tools/lib/src/android/android_sdk.dart
@@ -118,7 +118,7 @@ class AndroidSdk {
118
return <String>['Android SDK file not found: $adbPath.'];
119
120
if (sdkVersions.isEmpty || latestVersion == null)
121
- 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'];
122
123
return latestVersion.validateSdkWellFormed();
124
}
0 commit comments