Execute these commands from the terminal

rm -Rf /Applications/Android\ Studio.app
rm -Rf ~/Library/Preferences/AndroidStudio*
rm ~/Library/Preferences/com.google.android.studio.plist
rm -Rf ~/Library/Application\ Support/AndroidStudio*
rm -Rf ~/Library/Logs/AndroidStudio*
rm -Rf ~/Library/Caches/AndroidStudio*

if you would like to delete all projects:

rm -Rf ~/AndroidStudioProjects

to remove gradle related files (caches & wrapper)

rm -Rf ~/.gradle

use the below command to delete all Android Virtual Devices(AVDs) and *.keystore. note: this folder is used by others Android IDE as well, so if you still using other IDE you may not want to delete this folder)

rm -Rf ~/.android

to delete Android SDK tools

rm -Rf ~/Library/Android*

相关文章:

  • 2021-12-02
  • 2021-09-01
  • 2021-11-18
  • 2022-01-28
  • 2021-09-30
  • 2021-09-01
猜你喜欢
  • 2021-08-30
  • 2022-02-09
  • 2021-04-22
  • 2021-09-13
  • 2021-11-08
  • 2021-11-20
相关资源
相似解决方案