1

I'm having this problem trying to install flutter: "Android sdkmanager not found. Update to the latest Android SDK and ensure that the cmdline-tools are installed to resolve this.", this happends when I try to run "flutter doctor --android-licenses".

Here is the error.

I've already tried this Here. I also installed the "Android SDK Tools(Obsolete)", and didn't work.

Here is a picture of my SDK Tools in Android Studio.

Here

The last thing I tried is this installing from CMD

here

Here is an image of mi enviroment variables:

Flutter:

enter image description here

JAVA_HOME:

enter image description here

And also put this inside the System variables path:

enter image description here

enter image description here

But, still gives me the same error.

What can I do to solve this, I've been stuck here two days now.

1 Answers1

0

you have to have the path of Flutter Bin inside " C " not anywhere else. this is my path. "C/src/flutter/flutter/bin".

then try flutter doctor inside "flutter.console "

Ali Jawad
  • 220
  • 10