Issue
I run flutter doctor and it throw me android status unknown what can i do ?
Here is my flutter Doctor result:-
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.8.1, on macOS 12.0.1 21A559 darwin-x64, locale
en-GB)
[!] Android toolchain - develop for Android devices (Android SDK version 32.0.0)
✗ Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/macos#android-setup for
more details.
[✓] Xcode - develop for iOS and macOS (Xcode 13.0)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2020.3)
[✓] VS Code (version 1.63.0)
[✓] Connected device (2 available)
Solution
try these:
- Open your terminal
- type flutter doctor --android-licenses
- press y to accept every license.
then run flutter doctor and see result
Answered By - Dipak Ramoliya
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.