Home

Published

- 1 min read

how to uninstall android studio in ubuntu 20.04 using terminal

img of how to uninstall android studio in ubuntu 20.04 using terminal

The solution for this is noted below

how to uninstall android studio in ubuntu 20.04 using terminal

Solution

   rm ~/.local/share/applications/androidstudio.desktop
sudo rm -rf /opt/androsudoid-studio/
rm -rf ~/.android/
rm -rf ~/.AndroidStudio2.1/
rm -rf ~/.AndroidStudio2.3/
rm -rf ~/Android
sudo rm -rf /opt/android-studio-ide-143.2790544-linux.zip
rm -rf ~/.gradle

Try other methods by searching on the site. That is if this doesn’t work