Created
September 22, 2021 12:22
-
-
Save cristiancorreau/77cfef9409383096a548ad308ad24e81 to your computer and use it in GitHub Desktop.
fix flutter doctor not detecting android studio plugins on mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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