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

Facing issues? Have Questions? Post them here! I am happy to answer!

Author Info:

Rakesh (He/Him) has over 14+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org



















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap