Completely remove Android Studio, Eclipse and all the libs/packages installed with them

北战南征 提交于 2019-12-18 16:56:44

问题


I am having a couple errors with gradle and sdk manager, so I would like to make a clean install of android studio.

How do I completely remove Android Studio, Eclipse and all the libs/packages installed with them?


回答1:


Removing Android Studio:

  1. Remove the Android Studio folder, usually in /home/[username]/android-studio
  2. Remove .AndroidStudioPreview from home/[username]

Remove Eclipse from Software center.




回答2:


In Windows you also need to enable displaying of hidden files and folders and delete the following:

users/${yourUserName}/appData/Local/Android



来源:https://stackoverflow.com/questions/18676896/completely-remove-android-studio-eclipse-and-all-the-libs-packages-installed-wi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!