Skip to content

Instantly share code, notes, and snippets.

@tokgozmusa
Created March 10, 2019 13:59
Show Gist options
  • Save tokgozmusa/26078754ce19ab91c1d749a64043ee04 to your computer and use it in GitHub Desktop.
Save tokgozmusa/26078754ce19ab91c1d749a64043ee04 to your computer and use it in GitHub Desktop.
Reset Android Studio (macOS)
  • Close Android Studio

  • rm -rf ~/Library/Application\ Support/AndroidStudio3.3

  • rm -rf ~/Library/Caches/AndroidStudio3.3

  • rm -rf ~/Library/Logs/AndroidStudio3.3

  • rm -rf ~/Library/Preferences/AndroidStudio3.3

  • Start Android Studio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment