Created
March 26, 2022 09:59
-
-
Save mnipritom/8f2b119477979502966e849ac19c0345 to your computer and use it in GitHub Desktop.
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
| --- | |
| solves license issues for both flutter and sdkmanager | |
| --- | |
| Android | |
| └── Sdk | |
| ├── build-tools | |
| ├── cmdline-tools | |
| │ └── latest | |
| │ └── lib | |
| │ └── bin | |
| │ └── sdkmanager | |
| ├── emulator | |
| ├── licenses | |
| ├── patcher | |
| ├── platforms | |
| └── platform-tools |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source:
flutter/flutter#60904 (comment)