Fixed: Android license status unknown (flutter)
Based on previous
post
, I have problem with flutter installation. Seems flutter -doctor
keep saying android license status unknown and no sdk tool
directory create when installing Android Studio 3.6.1
So here the solution, open your SDK manager then uncheck Hide Obsolete Packages
Android SDK Tools (Obsolete) 26.1.1
appears. Tick it and hit apply button
Nice, now if you run flutter doctor
, you should get positive result as below
PS D:\Workplace\flutter_projects> flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[β] Flutter (Channel stable, v1.12.13+hotfix.8, on Microsoft Windows [Version 10.0.18363.657], locale en-MY)
[β] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[β] Android Studio (version 3.6)
[β] VS Code (version 1.42.1)
[β] Connected device (1 available)
β’ No issues found!
PS D:\Workplace\flutter_projects> flutter doctor --android-licenses -v
All SDK package licenses accepted.======] 100% Computing updates...
if needed we can download package manually here dl.google.com/android/repository/sdk-tools-windows-4333796.zip (for Windows user).
Hope this tutorial help people who looking for solution
Related Posts
Other posts you may be interested in:
IndieWeb Interactions
Below you can find the interactions that this page has had using Indieweb. Which means, you can mentioned this URL on any website that support WebMention. Have you written a response to this post? Let me know the URL:
((Do you use a website that do not set up with WebMention capabilities? You can use Comment Parade.)