How to uninstall Android Studio completely from Ubuntu? [closed]
Solution 1:
If you installed it from Android website, then do rm -r
the directory into which you extracted the android-studio-ide-141.1890965-linux.zip
file.
Also remove .AndroidStudioPreview
(or .AndroidStudio1.3
etc., depending on version) which generally resides in your home directory (/home/your-username/
).
If you see the android-studio
folder in your /home/user-name/android-studio
, remove that too.