5

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?

Vivek Warde
  • 1,936
  • 8
  • 47
  • 77
Luch Filip
  • 1,103
  • 3
  • 13
  • 13

2 Answers2

7

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

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

Chris
  • 4,593
  • 1
  • 33
  • 37
5

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.

Community
  • 1
  • 1
Filip Luchianenco
  • 6,912
  • 9
  • 41
  • 63