i'm trining to run flutter doctor but i'm gettinng this error

Viewed 40

I have started learning flutter, already install android but while running for flutter i'm geeting error what should i do ?

enter image description here

I have already installed all the required things enter image description here

I have also tried to install sdkmanger but i getting same error

3 Answers

Try flutter doctor --android-licenses.

check the android_sdk_path\Android\Sdk\cmdline-tools. There may be two or more "latest" folder.. then run flutter doctor -v

need to config the flutter path with android SDK flutter config --android-sdk "path up to SDK"

Related