Skip to content

Instantly share code, notes, and snippets.

View investcode's full-sized avatar

investcode

View GitHub Profile
0x569eC5e6d26a6AB69e7c6eb0213C57b5962cEd71
@investcode
investcode / purgeAndroid.txt
Created May 21, 2018 09:41 — forked from tahmidsadik/purgeAndroid.txt
How to completely remove Android Studio from Mac OS X
How to Completely Remove Android Studio
Execute these commands from the terminal
rm -Rf /Applications/Android\ Studio.app
rm -Rf ~/Library/Preferences/AndroidStudio*
rm ~/Library/Preferences/com.google.android.studio.plist
rm -Rf ~/Library/Application\ Support/AndroidStudio*
rm -Rf ~/Library/Logs/AndroidStudio*