Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where in the filesystem is the Local History for Android Studio project files stored?

I'm looking for the location within the file system where the "Local History" for my project files in Android Studio is actually stored (the list you get when you right click on a particular project file and do Local History->Show History). I am wanting this for backup purposes, etc.

For reference, I'm using Android Studio 1.1.0 on Windows 8.1. I didn't see that anyone else had asked this question, and I tried to find the answer myself, but without any luck.

like image 275
Xakep Avatar asked Oct 20 '25 13:10

Xakep


2 Answers

In Windows, this is the default location for Local History:

C:\Users\YourName\.AndroidStudio\system\LocalHistory

More info is on this page: https://intellij-support.jetbrains.com/entries/23358108-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs

like image 102
Tomas Avatar answered Oct 23 '25 02:10

Tomas


I'm not sure if it this, but maybe you can find this under -

C:\Users\your_user_name\.AndroidStudio\system\LocalHistory  

I hoped this could help.

like image 41
Szamot Avatar answered Oct 23 '25 04:10

Szamot