Android Studio seeing which files a change was app

2019-02-02 03:13发布

问题:

I was doing a code inspection with Android Studio and I accepted a change across multiple file which I now wish to undo.

When I go to VCS|Local History | Show History for one of the files, I can see the change was applied to 25 files, but I do not know how to show which files these are. I have version 0.3.5

回答1:

Right click on your project in project structure on the left. then Local History -> Show History. If you want to show history only for src folder, click on it.. the same for layout folder etc..