132k views
1 vote
How to uninstall Android Studio on your Mac

User Avishorp
by
8.0k points

1 Answer

5 votes

Final answer:

To uninstall Android Studio from a Mac, drag the application to the Trash, then delete related system files and settings in the home directory and empty the Trash to complete the process.

Step-by-step explanation:

To uninstall Android Studio on a Mac, you need to follow a few steps to ensure that not only the application but also its associated settings and files are properly removed. Here’s a guide on how to do it:Open the Finder and navigate to the “Applications” folder. Locate Android Studio and drag it to the Trash.Remove the Android Studio files from your system settings. These can be found in your home directory within the following paths:~/.android~/Library/Preferences/c~/Library/Application Support/AndroidStudio*~/Library/Logs/AndroidStudio*~/Library/Caches/AndroidStudio*To ensure that all components related to Android Studio are removed, you can also delete the SDK tools by removing the directory:~/Library/Android*Finally, empty the Trash to permanently delete Android Studio from your Mac.By following these steps, you will have successfully uninstalled Android Studio and associated files from your Mac.To uninstall Android Studio on your Mac, follow these steps:

Locate the Android Studio app in your Applications folder.Drag the Android Studio app to the Trash or right-click on the app and select Move to Trash.Empty the Trash by right-clicking on the Trash icon in the dock and selecting Empty Trash.Remove any remaining Android Studio files and folders by navigating to the following paths and deleting them:/Applications/Android Studio.app~/Library/Preferences/AndroidStudio[version]~/Library/Preferences/com.android.[studio or android-studio]~/Library/Application Support/AndroidStudio[version]~/Library/Logs/AndroidStudio[version]~/Library/Caches/AndroidStudio[version]~/.gradle~/.androidAfter completing these steps, Android Studio should be fully uninstalled from your Mac.

User Illidan
by
7.8k points