Created
          May 20, 2015 19:31 
        
      - 
      
- 
        Save alejandrobernardis/9993e277a7313e7ea66e to your computer and use it in GitHub Desktop. 
    Remove (uninstall) Android Studio
  
        
  
    
      This file contains hidden or 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
    
  
  
    
  | #!/bin/bash | |
| rm -fR /Applications/Android\ Studio.app | |
| rm -fR ~/Library/Preferences/AndroidStudio* | |
| rm -f ~/Library/Preferences/com.google.android.* | |
| rm -fR ~/Library/Application\ Support/AndroidStudio* | |
| rm -fR ~/Library/Logs/AndroidStudio* | |
| rm -fR ~/Library/Caches/AndroidStudio* | |
| # (optional) rm -Rf ~/Library/Android* | |
| rm -fR ~/.gradle | |
| rm -fR ~/.android | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment