How to completely uninstall Android Studio
Android Studio provides the fastest tools for building apps on every type of Android device.
Do you experience difficulty when you try to completely uninstall Android Studio from your system?
Are you looking for an easy solution to thoroughly remove it from your computer?
This guide is the right solution to completely uninstall Android Studio without any difficulty.
What usually makes people to uninstall Android Studio
It seems that there are many users who have difficulty uninstalling programs like Android Studio from their systems. Some experience issues during uninstallation, whereas other encounter problems after the program is removed.
These are the main reasons why Android Studio is uninstalled by users:
- The program is not compatible with other installed applications.
- The program crashes or hangs periodically/frequently.
- The program is not as good as the user expected.
- The program is being re-installed (uninstalled and installed again afterwards).
- The program is regarded by the user and/or some websites as a potentially malicious.
- The program is not listed in the Windows Settings or Control Panel.
- After removing the program, some of its related processes still run on the computer.
- Some traces of the program can still can be found on the computer.
- Removing process running for a long time and does not come to the end.
Possible problems that can arise during uninstallation of Android Studio
- The program’s built-in uninstaller does not start or does not operate properly.
- A file required for the uninstallation to complete could not be run.
- Due to an error, not all of the files were successfully uninstalled.
- Another process is preventing the program from being uninstalled.
There could be other causes why users may not be able to uninstall Android Studio. An incomplete uninstallation of a program may cause problems, which is why thorough removal of programs is recommended.
Uninstall Android Studio completely
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?
9 Answers 9
These are default locations as of Android Studio 1.0.2 and it is possible to change them by editing . /android-studio/bin/idea.properties .
- Delete the android-studio folder;
- Delete the sdk folder if it is in not inside the android-studio directory;
- Delete
Note: Add on to step#5 above — Sometimes the icon launcher can be in one of the following locations to:
If your launcher file is in any of the first two directories, you will require root permissions to remove it.
PPAs
A deeper step of removing Android Studio completely from your Linux Distribution would also include the removal of PPAs related to Android Studio.
- Go to Software and Updates > Other Software
- Scroll down the list and select to find the ones related to Android-studio
- Click remove and authenticate
This helps stopping updates and the very annoying error message:
The package has not been installed. I can’t find the archive for it.
![]()
![]()
To re-configure you have to delete the following (hidden) folders:
To show these hidden folders in the file manager press Ctrl + H when in your home directory (aka «
![]()
I would suggest to check the installation directory for a readme or an uninstall script but in general: do what you did to install it in reverse order and delete everything you added as a setting or as a file on your system related to that installation.
Installations done with a tar file are mosttimes uninstalled with the rm command. You go to the directory where you went for this: «Unpack the downloaded Tar file, android-studio-ide—linux.zip, into an appropriate location for your applications» and rm the files and directories created here.
If you did «You may want to add android-studio/bin/ to your PATH environmental» too you will need to undo this alteration by deleting android-studio/bin/ from the file you added this PATH too.
For people who installed Android Studio using Ubuntu make ( umake android ) you can simply uninstall it by running :
After that just delete Android Studio’s related folders in your /home folder :
![]()
![]()
Android Studio versions 4.0+ have built-in uninstall and replace functionality that uninstalls packages held in multiple locations by previous versions of Android Studio. Just run the installer of the latest Android Studio.
To uninstall the Android Studio snap package run the following command:
To uninstall a manually installed Android Studio .deb package search in /etc/apt/sources.list to check if there is a software source for a PPA for Android Studio, for example ppa:maarten-fonville/android-studio. If so, remove this PPA by running a command of the form sudo apt-add-repository —remove ppa:maarten-fonville/android-studio . The italicized text in the preceding command indicates that the name of the PPA can be changed if Android Studio was installed from a different PPA.
Then run the following commands:
These commands will remove Android Studio, remove the dependencies of Android Studio that are no longer required by other packages and will also purge all related system configuration files.
How to completely uninstall Android Studio from windows(v10)?
I have already seen this question. But that’s for Mac OS. I am using windows. Every time I create a new project or try to build/rebuild the project it freezes!! I have installed the latest version(9/10/2016). But things are getting worse. I want to completely remove it and install it as if I would be installing it for the first time. Any help be Appreciated.
13 Answers 13
To Completely Remove Android Studio from Windows:
Step 1: Run the Android Studio uninstaller
The first step is to run the uninstaller. Open the Control Panel and under Programs, select Uninstall a Program. After that, click on "Android Studio" and press Uninstall. If you have multiple versions, uninstall them as well.
Step 2: Remove the Android Studio files
To delete any remains of Android Studio setting files, in File Explorer, go to your user folder ( %USERPROFILE% ), and delete .android , .AndroidStudio and any analogous directories with versions on the end, i.e. .AndroidStudio1.2 , as well as .gradle and .m2 if they exist.
Then go to %APPDATA% and delete the JetBrains directory.
Also delete the any AndroidStudio* directories that are in %LOCALAPPDATA%\Google and %APPDATA%\Google .
Finally, go to C:\Program Files and delete the Android directory.
Step 3: Remove SDK
To delete any remains of the SDK, go to %LOCALAPPDATA% and delete the Android directory.
Step 4: Delete Android Studio projects
Android Studio creates projects in a folder %USERPROFILE%\AndroidStudioProjects , which you may want to delete.
![]()
In 2021, If you are looking for uninstall.exe, the latest Android studio version doesn’t come with an uninstaller. Download an older version of the Android studio from the Android studio download archive official LINK; you can download Android Studio 4.1.1.
Download the zip files, extract the uninstall.exe from it, and put it in your Android Studio folder; there is no need to install that older version.
UPDATE — 04/14/2022
Looks like the new version comes with unistall.exe now.
Tried on — Android Studio Bumblebee | 2021.1.1 Patch 3 for Windows 64-bit (April 2022)
![]()
I was having a problem installing the latest v4.1.2 as it was having an issue where after I start it, it shows my old blank project, so the things I did were:
Caution: Please move your SDK and projects to a separate location before following steps if you haven’t. So it might save your time downloading SDKs and stuff.
1- Uninstall old Android Studio completely (from Control Panel -> Programs ).
2- Delete this Android Studio folder located at C:\Users\\<user_name>\AppData\Local\Google
3- Delete this Android Studio folder located at C:\Users\\<user_name>\AppData\Roaming\Google
4- Delete these folders ( .android , .AndroidStudio* , .gradle ) located at C:\Users\\<user_name>
After doing all this, I managed to have fresh updated Android Studio v4.1.2
![]()
First go to android studio folder on location that you installed it ( It’s usually in this path by default ; C:\Program Files\Android\Android Studio, unless you change it when you install Android Studio). Find and run uninstall.exe file.
Wait until uninstallation complete successfully, just few minutes, and after click the close.
To delete any remains of Android Studio setting files, in File Explorer, go to C:\Users\%username%, and delete .android, .AndroidStudio(#version-number) and also .gradle, AndroidStudioProjects if they exist. If you want remain your projects, you’d like to keep AndroidStudioProjects folder.
Then, go to C:\Users\%username%\AppData\Roaming and delete the JetBrains directory.
Note that AppData folder is hidden by default, to make visible it go to view tab and check hidden items in windows8 and10 ( in windows7 Select Folder Options, then select the View tab. Under Advanced settings, select Show hidden files, folders, and drives, and then select OK.
Done, you can remove Android Studio successfully, if you plan to delete SDK tools too, it is enough to remove SDK folder completely.
Как полностью удалить Android Studio из Windows (v10)?
Я уже видел этот вопрос. Но это для Mac OS. Я использую окна. Каждый раз, когда я создаю новый проект или пытаюсь build/rebuild проект замерзает! Я установил последнюю версию (9/10/2016). Но все ухудшается. Я хочу полностью удалить его и установить, как если бы я впервые установил его. Любая помощь должна быть оценена.
2 ответа
Полностью удалить Android Studio из Windows:
Шаг 1. Запустите деинсталлятор Android Studio
Первым шагом является запуск деинсталлятора. Откройте Панель управления и в разделе Программы выберите Удалить программу. После этого нажмите «Android Studio» и нажмите Удалить. Если у вас несколько версий, удалите их также.
Шаг 2: Удалите файлы Android Studio
Чтобы удалить все остатки файлов настроек Android Studio в Проводнике файлов, перейдите в свою папку пользователя ( %USERPROFILE% ) и удалите .android , .AndroidStudio и любые аналогичные каталоги с версиями на конце, то есть .AndroidStudio1.2 , а также .gradle и .m2 , если они существуют.
Затем перейдите к %APPDATA% и удалите каталог JetBrains .
Наконец, перейдите в C:\Program Files и удалите каталог Android .
Шаг 3: Удалите SDK
Чтобы удалить остатки SDK, перейдите к %LOCALAPPDATA% и удалите каталог Android .
Шаг 4: Удалите проекты Android Studio
Android Studio создает проекты в папке %USERPROFILE%\AndroidStudioProjects , которую вы можете удалить.