I have started learning flutter, already install android but while running for flutter i'm geeting error what should i do ?
I have already installed all the required things
I have also tried to install sdkmanger but i getting same error
I have started learning flutter, already install android but while running for flutter i'm geeting error what should i do ?
I have already installed all the required things
I have also tried to install sdkmanger but i getting same error
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"