问题
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:
- Remove the Android Studio folder, usually in
/home/[username]/android-studio
- Remove
.AndroidStudioPreview
fromhome/[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