Reputation: 101
Recently I updated Android Studio from version 3.0 to 3.1.
But in USER directory, the old folder named .Android Studio3.0
has been remained with a new folder which is .Android Studio3.1
. May I remove older one?
this is the image that I captured my own USER directory:
Upvotes: 1
Views: 2131
Reputation: 29794
Yes, you can delete the old folder after you have successfully upgrade your Android Studio. But you need to keep the folder until you're completely assure that all of your previous projects are working fine with the newest Android Studio.
You need to keep the folder in case if you want to fallback to the old Android Studio.
Upvotes: 1
Reputation: 58984
Yes of-course,
As .AndroidStudio
folder contains settings for Andriod Studio so you can delete old entry after importing your setting to new android studio.
Things to consider:
Link for how to import setting.
Upvotes: 0
Reputation: 777
yes after import setting from old to new or you don't need to import,you can delete old
Upvotes: 0