How to clean up after Android Studio unistallation on Linux?

518 Views Asked by At

I use Android Studio on Linux. I need to make a clean start with Android Studio so I tried to uninstall it. I wonder what I am missing to delete.

When I uninstall Android Studio (Giraffe) I:

  • remove android-studio directory (the program)
  • remove ~/.android
  • remove ~/.gradle
  • remove ~/.cache/Google

When I then install a new version of Android Studio:

  1. It still starts with the last project and the latest project list is still there.

  2. A device that isn't in the Device Manager list, I have deleted it (located in .android/avd), still pops up in Running Devices.

I have also tried File -> Invalidate Caches.

What am I missing to delete?

0

There are 0 best solutions below