

Rm -Rf ~/Library/Application\ Support/AndroidStudio* # Deletes mainly plugins (or at least according to what mine (Edric) contains) Rm -Rf ~/Library/Preferences/com.android.*

# Deletes the Android Emulator's plist file # Deletes the Android Studio's plist file Rm -Rf ~/Library/Preferences/Google/AndroidStudio* # The asterisk here should target all folders/files beginning with the string before it # Delete All Android Studio related preferences

# Note that this may be different depending on what you named the application as, or whether you downloaded the preview version How to completely uninstall Android Studio on Mac?Įxecute these commands in the terminal (excluding the lines with hashtags - they're comments): # Deletes the Android Studio application # … # Deletes the Android Studio application
