壮心未与年俱老,死去犹能作鬼雄。这篇文章主要讲述mac下卸载android studio相关的知识,希望能为你提供帮助。
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
【mac下卸载android studio】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*
推荐阅读
- ANDROID内存优化(大汇总——上)
- Android常用的快速开发框架
- Android学习笔记(十四) Handler理论补充
- Android工具(LeakCanary—内存泄露检测神器)
- Android应用性能优化系列视图篇——隐藏在资源图片中的内存杀手
- 深入解析Android中Handler消息机制
- Android应用程序如何使用Internet资源()
- Android应用程序的结构和解析
- Android源代码下载 “Gerrit下载源代码”