Issue
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.
Solution
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
Answered By – Tomas
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0