Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deleting previous version folder of android studio

After updating Android Studio, I have .AndroidStudio1.3 and .AndroidStudio1.4 folders. If I delete .AndroidStudio1.3 folder, will this cause any problems?

like image 382
Vahan Avatar asked Oct 14 '15 07:10

Vahan


People also ask

How do I delete previous versions of Android?

You can also delete the older version folders instead of completely removing the Android studio as you mentioned go to C:\Users\yourUsername and delete older version folder.

Is it safe to delete .android folder Android Studio?

Please don`t delete . android because this folder contain some setting that enable app to be installed and run on android emulator or device. If you delete this folder, apk installation will be rejected during installation in the android device or emulator.

Should I delete unused Android Studio directories?

TL;DR: No. It will not cause any problems. Hidden folders in your home directory should contain only application settings.


2 Answers

No, you're good to go removing the prior version's directory which in this case is the .AndroidStudio1.3 directory.

On a side note, make sure you're importing settings from 1.3 when upgrading to 1.4. That will spare the Android Studio from re-downloading all the existing project dependencies you worked with before.

like image 50
fluffyBatman Avatar answered Sep 20 '22 09:09

fluffyBatman


It depends.
Android Studio stores inside these folders the configuration files of the specified version.
You can remove these folders, if you are not using them anymore.

When you install a new version, Android Studio asks you if you want to import the previous settings.

In any case:

.AndroidStudio1.2          Used by Android Studio 1.2 .AndroidStudio1.3          Used by Android Studio 1.3 .AndroidStudio1.4          Used by Android Studio 1.4 .AndroidStudioBeta         Used by Android Studio Beta .AndroidStudioPreview      Used by Android Studio Preview .AndroidStudioPreview1.3   Used by Android Studio Preview 1.3 
like image 21
Gabriele Mariotti Avatar answered Sep 19 '22 09:09

Gabriele Mariotti