0

I have installed all the necessary tools but still, it's showing the error. I have installed all the required SDK files twice three times but still, it is showing the error.

This is the error

  • run this command in the same terminal you posted in the picture: flutter doctor --android-licenses – MAlhamry Jul 30 '22 at 19:22
  • Already answered: [here :)](https://stackoverflow.com/questions/60475481/flutter-doctor-error-android-sdkmanager-tool-not-found-windows) you are just missing a little part – aminwhat Jul 30 '22 at 19:37

1 Answers1

0

In terminal run

flutter doctor --android-licenses

it will display y/no enter y and hit enter again till you accept all licences.

Kaushik Chandru
  • 15,510
  • 2
  • 12
  • 30
  • it shows this. My all SDK files are already installed but still, it shows like this. [ Android sdkmanager not found. Update to the latest Android SDK and ensure that the cmd line tools are installed to resolve this. ] – Shubham Jain Jul 31 '22 at 07:55