Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter doctor --> Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)

I have a question so I think I dowlnloaded everything correctly but I still get this massage when I type in "flutter dictir" in cmd. When I run "path/to/sdkmanager --install "cmdline-tools;latest" as recommended nothing happens. So could you help me to download it anyways?

thecode

[!] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1) X cmdline-tools component is missing Run path/to/sdkmanager --install "cmdline-tools;latest" See https://developer.android.com/studio/command-line for more details. X Android license status unknown. Run flutter doctor --android-licenses to accept the SDK licenses. See https://flutter.dev/docs/get-started/install/windows#android-setup for more

! Doctor found issues in 1 category.

like image 509
Keppler Avatar asked Oct 29 '25 21:10

Keppler


1 Answers

Open android studio then go to settings then SDK manager. Check the command line tools if it's not checked (most times it's not), then finish and let it download that plugin. Once you've installed the cmd tools, run flutter doctor and accept the licenses when prompted

like image 71
O'neya Avatar answered Oct 31 '25 11:10

O'neya