Skip to content

Instantly share code, notes, and snippets.

@cristiancorreau
Created September 22, 2021 12:22
Show Gist options
  • Save cristiancorreau/77cfef9409383096a548ad308ad24e81 to your computer and use it in GitHub Desktop.
Save cristiancorreau/77cfef9409383096a548ad308ad24e81 to your computer and use it in GitHub Desktop.
fix flutter doctor not detecting android studio plugins on mac
#ln -s ~/Library/Application Support/Google/AndroidStudio[VERSION]/plugins ~/Library/Application\ Support/AndroidStudio[VERSION]
#Example for AndroidStudio2020.3
ln -s ~/Library/Application Support/Google/AndroidStudio2020.3/plugins ~/Library/Application\ Support/AndroidStudio2020.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment