Terminal commands to uninstall Android Studio on Mac
Deletes the Android Studio application
rm -Rf /Applications/Android\ Studio.app
Deletes the Android Studio's plist files
rm -Rf ~/Library/Preferences/com.google.android.*
Deletes the Android Emulator's plist file
rm -Rf ~/Library/Preferences/com.android.*
Deletes main plugins
rm -Rf ~/Library/Application\ Support/Google/AndroidStudio*
Deletes all logs that Android Studio outputs
rm -Rf ~/Library/Logs/Google/AndroidStudio*
Deletes Android Studio's caches
rm -Rf ~/Library/Caches/Google/AndroidStudio*
#Delete Android SDK tools
rm -Rf ~/Library/Android*
rm -Rf ~/.android
#Delete gradle files
rm -Rf ~/.gradle/
#Mcbook Air
#Androidstudio
#Apple M1