Uninstall Android Studio

1

Someone knows or can give me a recommendation on how to uninstall Android Studio , in a way 100% remove the sdk and other components that the same Android generates.

I want to uninstall, because I often generated errors with the SDK, they were solvable but annoying.

And also if someone knows how to install it correctly. In Windows 10 and if you ask I have 8GB RAM Thank you very much

    
asked by Samuel Mena 27.08.2016 в 23:15
source

4 answers

2

You must uninstall it from the same uninstall program or the control panel, and on the sdk only the deletions of the disk, I had the same problem with the version 1 of android studio, now I have the version 2 that is excellent.

PS: I also have W 10 and 8GB of RAM

    
answered by 28.08.2016 / 01:39
source
1

You just have to go to the control panel, to the programs and features and from there you look in the Android Studio list and you give it to uninstall.

    
answered by 30.08.2016 в 16:27
1

You must locate the Android Studio settings folder, it saves the IDE settings even if it is uninstalled. Locate it in your User folder (the one with your name) and delete it. In the same way, the SDK folder. Then you can install the Android Studio again from scratch.

The correct way to install it is with the executable that is on the official google page and tell it to download the necessary SDK automatically. You need a good internet connection to avoid errors during the download.

    
answered by 07.07.2017 в 07:33
0

Currently the best way to delete Android Studio in Windows is through the Control Panel, this to avoid leaving references in the operating system.

As for removing Android SDK it's best to find your location to remove it, this can be done from Android Studio, go to File > Settings > Android SDK and check in Android SDK Location the location of the SDK, you can delete without problem the folder where it is:

    
answered by 04.09.2017 в 19:12