Search code examples
androidandroid-studioubuntuuninstallationubuntu-20.04

How do I uninstall android studio in Ubuntu 20.04


I download Android Studio - Arctic Fox | 2020.3.1 from their official website in my ubuntu 20.04 LTS.

My installation Process:

I downloaded the zip file and extracted it. I cd into the /bin/ directory and executed the studio.sh file using ./studio.sh command. The installation went through but now I'm having a lot of problems.

I want to completely uninstall it without altering anything but don't know how. I would be glad if anyone could help me.


Solution

  • First, try to delete all the hidden files of Android from the home directory if any exist. Hidden files are in .cache/Google/ and .config/Google of your home directory.

    Then, type the following commands in Terminal.

    $ cd /usr/local
    
    $ sudo rm -r ./android-studio