The Android Studio is an Android application improvement programming intended to make present day applications and amusements for cell phones in the Java condition. In the event that you are a Mac client and are making programs for Android, you may find this article accommodating. Here is a full expulsion direct on the best way to uninstall Android Studio from Mac. We will share three distinctive approaches to expel the Android Studio Mac program
Instructions to Uninstall Android Studio Manually
The manual way will require some time and vitality, as Android Studio makes huge amounts of administration files, which you should find and evacuate physically. Here are the means you ought to take after:
- Stop Android Studio and expel it from the Applications folder.
- In the event that you need to delete your undertakings also, find the AndroidStudioProjects folder in your Home folder and evacuate it.
- Presently it’s an ideal opportunity to go to the framework Library folder and find and evacuate all the administration files made by the application while you were utilizing it. Check the accompanying subfolders for them:
~/Library/Android (by expelling this folder you will likewise uninstall Android SDK)
~/Library/Preferences/AndroidStudio
~/Library/Preferences/com.google.android
~/Library/Preferences/com.android
~/Library/Application/Support/AndroidStudio
~/Library/Logs/AndroidStudio
~/Library/Caches/AndroidStudio
With a specific end goal to disentangle this procedure and ensure that you won’t leave any follows, we suggest that you utilize the free application, Funter, which finds all framework shrouded files in any area on Mac. Download Funter from the App Store or straightforwardly → dispatch the application → type Android in the pursuit field and get the outcomes in a few seconds. You can open these files in Finder or expel them right in this window by tapping the Trash catch.
When you find and expel every one of the scraps of Android Studio, empty Trash for an entire expulsion.
Completely Remove Android Studio from Terminal
- Open Terminal
- Explore to Applications > Utilities > Terminal.
- Run the accompanying commands
Carefully run the accompanying commands; this will expel Android Studio and its related inclinations and library files. This is the most ideal approach to totally uninstall Android Studio and prep it for reinstallation, if wanted.
Delete Mac Android Studio itself:
rm – Rf/Applications/Android\ Studio.app
rm – Rf ~/Library/Preferences/AndroidStudio*
rm – Rf ~/Library/Preferences/com.google.android.*
rm – Rf ~/Library/Preferences/com.android.*
rm – Rf ~/Library/Application\ Support/AndroidStudio*
rm – Rf ~/Library/Logs/AndroidStudio*
rm – Rf ~/Library/Caches/AndroidStudio*
rm – Rf ~/.AndroidStudio*
Delete all Android Studio ventures (discretionary):
rm – Rf ~/AndroidStudioProjects
Delete Gradle files/store:
rm – Rf ~/.android
Delete SDK devices:
rm – Rf ~/Library/Android*
That is it. You’re finished!