Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 344
Luch Filip Avatar asked Sep 07 '13 19:09

Luch Filip


2 Answers

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

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

like image 106
Chris Avatar answered Nov 14 '22 14:11

Chris


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.

like image 42
Filip Luchianenco Avatar answered Nov 14 '22 16:11

Filip Luchianenco