[flutter_tools] support new SDK structure for sdkmanager#51980
Merged
jonahwilliams merged 4 commits intoflutter:masterfrom Mar 5, 2020
Merged
[flutter_tools] support new SDK structure for sdkmanager#51980jonahwilliams merged 4 commits intoflutter:masterfrom
jonahwilliams merged 4 commits intoflutter:masterfrom
Conversation
Contributor
Author
|
The documentation to update is here: https://flutter.dev/docs/get-started/install/macos#install-android-studio |
added 2 commits
March 4, 2020 16:45
jmagman
approved these changes
Mar 5, 2020
Member
jmagman
left a comment
There was a problem hiding this comment.
LGTM. You could add a comment about how this was in tools/bin prior to 3.6, though I'm happy with the git archeology of just looking at this PR and the issue.
jonahwilliams
pushed a commit
to jonahwilliams/flutter
that referenced
this pull request
Mar 24, 2020
jonahwilliams
pushed a commit
that referenced
this pull request
Mar 25, 2020
|
Sir is the error resolved or not? |
Member
|
This change is in v1.15.12, so currently master and dev channels. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Teach the android SDK class about the cmdline tools, which accept licenses instead of the obsolete platform tools.
We're not currently able to accept android licenses in the latest SDK. We also need to update our documentation to explain which component to download.
#51712