Last active
June 14, 2020 09:40
-
-
Save ahndwon/61939e4b66c67fa406a47e419c9affb6 to your computer and use it in GitHub Desktop.
Android Studio complete removal after application delete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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