码迷,mamicode.com
首页 > 移动开发 > 详细

mac下卸载android studio

时间:2017-02-14 15:35:09      阅读:322      评论:0      收藏:0      [点我收藏+]

标签:fine   wrapper   csdn   sed   ons   devices   androi   virtual   http   

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

标签:fine   wrapper   csdn   sed   ons   devices   androi   virtual   http   

原文地址:http://www.cnblogs.com/seer/p/6397174.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!