Skip to content

Instantly share code, notes, and snippets.

View robohorse's full-sized avatar

Vadim Shchenev robohorse

View GitHub Profile
@robohorse
robohorse / purgeAndroid.txt
Last active June 29, 2018 08:15 — 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*