Homebrew makes installation and updates of programs and application easy. The command to check info, list packages installed, upgrade and uninstall is made intuitive and simple with homebrew. Consequently, I have switched from downloading flutter directly from flutter website to homebrew. When I fires up my android studio, I am asked for the path to […]
Flutter doctor error – Android sdkmanager tool not found. Mac
I have android studio installed and flutter SDK installed. However, when I run flutter doctor, I get the following error: × cmdline-tools component is missing Run ‘path/to/sdkmanager –install “amdline-tools;latest”* See https://developer.android.com/studio/command-line for more details. * Android license status unknown. Run ‘flutter doctor –android-licenses to accept the SDK licenses. See https://flutter.dev/docs/get-started/install/macos#android-setup for more details. When I […]