Reputation: 73
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
Upvotes: 0
Views: 477
Reputation: 351
Solution to install cmdline tools in Android Studio Dolphin (linux):
Upvotes: 0
Reputation: 36
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
Upvotes: 1