Skip to content

Instantly share code, notes, and snippets.

@ahndwon
Last active June 14, 2020 09:40
Show Gist options
  • Save ahndwon/61939e4b66c67fa406a47e419c9affb6 to your computer and use it in GitHub Desktop.
Save ahndwon/61939e4b66c67fa406a47e419c9affb6 to your computer and use it in GitHub Desktop.
Android Studio complete removal after application delete
rm -Rf ~/Library/Preferences/AndroidStudio
rm -Rf ~/Library/Preferences/com.google.android
rm -Rf ~/Library/Preferences/com.android
rm -Rf ~/Library/Application/Support/AndroidStudio
rm -Rf ~/Library/Logs/AndroidStudio
rm -Rf ~/Library/Caches/AndroidStudio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment