-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[flutter_tools] support new SDK structure for sdkmanager #51980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[flutter_tools] support new SDK structure for sdkmanager #51980
Conversation
|
The documentation to update is here: https://flutter.dev/docs/get-started/install/macos#install-android-studio |
jmagman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
christopherfujino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Sir is the error resolved or not? |
|
This change is in v1.15.12, so currently master and dev channels. |
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