Home > Software engineering >  i'm trining to run flutter doctor but i'm gettinng this error
i'm trining to run flutter doctor but i'm gettinng this error

Time:09-10

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

CodePudding user response:

try flutter doctor --android-licenses

CodePudding user response:

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

  • Related