skip to Main Content

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


  1. Chosen as BEST ANSWER

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


  2. Try flutter doctor --android-licenses.

    Login or Signup to reply.
  3. check the android_sdk_pathAndroidSdkcmdline-tools. There may be two or more "latest" folder.. then run flutter doctor -v

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search