mac下卸载android studio

Posted 预见者

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

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*

以上是关于mac下卸载android studio的主要内容,如果未能解决你的问题,请参考以下文章

谁能解决MAC下 android studio 反应慢,迟钝

Mac完整卸载Android Studio的方法

Android课程---Android Studio使用小技巧:提取方法代码片段

通过按下 Android Studio 中的片段中的按钮进入新页面

Mac下Android studio 之NDK配置教程

Android Studio - 如何从片段中停止 handler.postDelayed?