Skip to content

Instantly share code, notes, and snippets.

@konifar
Created December 9, 2014 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konifar/053e6acff23ed0c11bd3 to your computer and use it in GitHub Desktop.
Save konifar/053e6acff23ed0c11bd3 to your computer and use it in GitHub Desktop.
AndroidStudio完全アンインストールマニュアル ref: http://qiita.com/konifar/items/508e26dba72cab52cebd
$ rm -Rf /Applications/Android\ Studio.app
$ rm -Rf ~/Library/Application\ Support/AndroidStudio*
$ rm -Rf ~/Library/Logs/AndroidStudio*
$ rm -Rf ~/Library/Caches/AndroidStudio*
$ rm -Rf ~/Library/Preferences/AndroidStudio*
$ rm ~/Library/Preferences/com.google.android.studio.plist
$ rm -Rf ~/AndroidStudioProjects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment