I installed Android studio some time ago using the following suggested method:
To set up Android Studio on Linux:
Unpack the downloaded Tar file, android-studio-ide--linux.zip, into an appropriate location for your applications. To launch Android Studio, navigate to the android-studio/bin/ directory in a terminal and execute studio.sh. You may want to add android-studio/bin/ to your PATH environmental variable so that you can start Android Studio from any directory. Follow the links to install the SDK outside of the Android Studio directories.
For whatever reason it has become corrupt and insists I must un-install and re-install. I can't for the life of me find how to un-install it however.
I didn't use apt-get
so I can't do apt-get remove
.
Does anyone have any suggestions?
~/.gradle
as well. – Daniel Sep 23 '18 at 14:13`
– Talha Junaid Aug 16 '19 at 09:41/usr/local/android-studio
Just a warning: be very careful when trying to remove this directory using the terminal. Avoid accidentally removing any other directory. – qamnott May 12 '21 at 15:48