Issue
Getting error while typing flutter doctor --android-licenses
flutter doctor --android-licenses error:- Android sdkmanager not found. Update to the latest Android SDK and ensure that the cmdline-tools are installed to resolve this.
I have the updated version of Android SDK even i give the environment path please any one give soln for that
Solution
you need to install Command line tools, go to Android Studio -> SDK Manager -> Android SDK -> SDK Tools -> Android SDK Command-line-tools and its all.
After the installation do Flutter doctor -v
Answered By - lasd
Answer Checked By - Marie Seifert (JavaFixing Admin)