Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio seeing which files a change was applied to

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

enter image description here

like image 767
Ryan Heitner Avatar asked Nov 14 '13 09:11

Ryan Heitner


1 Answers

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..

enter image description here

like image 152
Palejandro Avatar answered Sep 25 '22 01:09

Palejandro