Last active
March 1, 2017 19:01
-
-
Save rmehner/6e6a9bbeca197693fd5a4404f4acbacf to your computer and use it in GitHub Desktop.
Remove everything related to Android for a clean start (OHAI cordova)
This file contains 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 -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* | |
rm -Rf ~/.AndroidStudio* | |
rm -Rf ~/AndroidStudioProjects | |
rm -Rf ~/.gradle | |
rm -Rf ~/.android | |
rm -Rf ~/Library/Android* | |
rm -Rf ~/.cordova |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment