How to Uninstall Android Studio on Mac


To remove the Android Studio Application on Mac, you can simply go to Finder -> Applications and right-click on the Android Studio App and select Move to Trash.

Remove Android Studio App from Mac

You may also do this by Terminal running the rm command,

% rm -Rf /Applications/Android\ Studio.app


Delete Android Studio Projects

If you also wish to delete all your Android Studio Projects then you may have to remove the AndroidStudioProjects directory from your home.

% rm -Rf ~/AndroidStudioProjects
-




Have Questions? Post them here!