Created
May 7, 2016 04:03
-
-
Save prodeveloper0/8f548cc5422fe862f17b92380266ecdf to your computer and use it in GitHub Desktop.
Remove AndroidStudio from OS X
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 /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