Issue
I getting the following error in flutter doctor cmd tools, when I run the command flutter doctor
in the terminal in ubuntu 21.04.
I tried to solve in ubuntu but my try is waste next what can I do
Help Me guys.
Solution
The solution to this is to open Android Studio and go to SDK Manager, switch to the SDK Tools tab.
Check Android SDK Command-line Tools(latest)
Don’t forget to add to your PATH the tools and platform-tools folder that is inside your SDK.
Run flutter doctor to verify. You can also restart the Android studio.
This should solve your problem will be solved.
Answered By – JustAG33K
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0