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.

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!
- JDK Location in Android Studio
- How to install Android Studio Chipmunk and SDK tools on macOS (2021.2)
- [Android Studio] MainActivity does not exist
- [Android Studio] Hardcoded string Button, should use @string resource
- Android Studio : Connection Error : Failed to download patch file
- [Android Studio] Could not automatically detect an ADB binary
- Show Android Studio Emulator in a Separate Window
- Android Emulator Screenshot saved location
- How to Import External Jars to Android Studio Project
- How to remove Floating Action Button Android Studio Blank Activity Template
- Error running 'app': No target device found.
- Use Netbeans keyboard shortcuts in Android Studio
- Instant Run requires Tools | Android | Enable ADB integration to be enabled
- [Solved] Error launching studio
- [Android Studio] Error: Missing system image on device
- Android Studio 1.3 beta now Available for Developers
- Android Studio : Change FAB icon color : FloatingActionButton
- Android Studio emulator/Device logCat logs not displayed
- Delete Android Studio Projects
- Android Emulator window was out of view and was recentered
- Android Studio NoClassDefFoundError: java.awt.Toolkit
- Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip
- Android Studio : Implement abstract methods shortcut
- Check Android Studio App is M1/M2 Chip based post installation
- Android Studio: Cannot perform refactoring operation
- How to do calculations in Mac Terminal - MacOS
- Default speed of Marquee tag : SCROLLAMOUNT - Html
- Know current Python Version - Python
- java: cannot infer type for local variable, cannot use var on variable without initializer - Java
- [Notepad++] Remove CR Carriage Return and LF Line feed (CRLF) - NotepadPlusPlus
- JSON column formatting to preview SharePoint Online file on mouse hover - SharePoint
- Chessboard with pieces using pure HTML and CSS - Html
- macOS R installation steps - MacOS