How to Uninstall Android Studio Completely on your MacBook
Автор: iRekha Tech Solutions
Загружено: 2025-03-07
Просмотров: 3065
Free up 20-50 GB storage space by Uninstalling theAndroid Studio completely on MacBook.
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/
Deletes older versions (4.0 and lower) of Android Studio if any
rm -Rf ~/.AndroidStudio*
rm -Rf ~/Library/Preferences/AndroidStudio*
rm -Rf ~/Library/Application\ Support/AndroidStudio*
rm -Rf ~/Library/Logs/AndroidStudio*
rm -Rf ~/Library/Caches/AndroidStudio*
#Delete Projects created using Android Studio (Beware while running this command. Run this command only if you don't require projects created using your Android Studio)
rm -Rf ~/AndroidStudioProjects
#AndroidStudio
#Apple M1
#Uninstall
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: