Skip to content

Instantly share code, notes, and snippets.

@lucanicoletti
Created December 19, 2023 17:30
Show Gist options
  • Save lucanicoletti/35ebb9916477fcc887243aaac5138b6c to your computer and use it in GitHub Desktop.
Save lucanicoletti/35ebb9916477fcc887243aaac5138b6c to your computer and use it in GitHub Desktop.
Uninstall Android Studio workflow file for Mac PCs
rm -Rf /Applications/Android\ Studio.app
rm -Rf ~/Library/Preferences/AndroidStudio*
rm -Rf ~/Library/Preferences/Google/AndroidStudio*
rm -Rf ~/Library/Preferences/com.google.android.*
rm -Rf ~/Library/Preferences/com.android.*
rm -Rf ~/Library/Application\ Support/AndroidStudio*
rm -Rf ~/Library/Application\ Support/Google/AndroidStudio*
rm -Rf ~/Library/Logs/AndroidStudio*
rm -Rf ~/Library/Logs/Google/AndroidStudio*
rm -Rf ~/Library/Caches/AndroidStudio*
rm -Rf ~/.AndroidStudio*
rm -Rf ~/AndroidStudioProjects
rm -Rf ~/.gradle
rm -Rf ~/.android
rm -Rf ~/Library/Android*
rm -Rf ~/.emulator_console_auth_token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment