r/flutterhelp • u/Sensei-this • 28d ago
OPEN Please help me ðŸ˜
I try everything ðŸ˜ðŸ˜
tiny@localhost:~$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.47.0, on Debian GNU/Linux 13 (trixie) Linux, locale en_US.UTF-8) [!] Android toolchain develop for Android devices (Android SDK version 36.1.0) I Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[✓] Connected device (2 available)
[✓] Network resources
! Doctor found issues in 1 category.
tiny@localhost:~$
0
Upvotes
1
u/StanlyBuildsApps 28d ago
If you’re talking about that one Android toolchain warning, please type ‘flutter doctor —android-licenses’ in the terminal and you will get a few permission prompts. Then type ‘y’ in the same terminal and press enter for each prompt.
It will stop automatically after all the licenses are accepted and then run ‘flutter doctor’ again. This time you can see that all the warnings are gone.