Skip to content

Instantly share code, notes, and snippets.

@prodeveloper0
Created May 7, 2016 04:03
Show Gist options
  • Select an option

  • Save prodeveloper0/8f548cc5422fe862f17b92380266ecdf to your computer and use it in GitHub Desktop.

Select an option

Save prodeveloper0/8f548cc5422fe862f17b92380266ecdf to your computer and use it in GitHub Desktop.
Remove AndroidStudio from OS X
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*
rm -Rf ~/Library/Caches/AndroidStudio*
rm -Rf ~/.gradle
rm -Rf ~/.android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment