Last active
October 25, 2017 10:28
-
-
Save MadinaB/26dba61c79c4f74e61cb51614b914449 to your computer and use it in GitHub Desktop.
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 ~/Library/Preferences/com.google.android.studio.plist | |
rm -Rf ~/Library/Application\ Support/AndroidStudio* | |
rm -Rf ~/Library/Logs/AndroidStudio* | |
rm -Rf ~/Library/Caches/AndroidStudio* | |
// in haxm folder /Library/Extensions/intelhaxm.kext/Contents/Resources | |
sudo ./uninstall.sh | |
//remove gradle related files (caches & wrapper) | |
rm -Rf ~/.gradle | |
// delete Android SDK tools | |
rm -Rf ~/.android | |
// anroid logs | |
rm -Rf ~/Library/Android* | |
//delete all projects: | |
rm -Rf ~/AndroidStudioProjects |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment