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*

rm -Rf ~/.AndroidStudio*

if you would like to delete allprojects:

rm -Rf ~/AndroidStudioProjects

to remove gradle related files (caches & wrapper)

rm -Rf ~/.gradle

use the below command to delete allAndroid 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*

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. android在Service,BroadCast onReceiver(
  2. Android(安卓)OTA升级详细流程分析(non-AB
  3. Android(安卓)中的建造者模式
  4. android mvn project
  5. android eclipse错误集合
  6. Android(安卓)camera HAL四个callback
  7. 获取android设备屏幕大小和密度
  8. 表格(gridview)
  9. Android-把Android(安卓)Studio改为Eclip
  10. android debugkeystore about