Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Comparing files in Android Studio

If I have two different class/layout files in a project. Is there any way I can compare which lines are different using Android Studio?

like image 600
Nabin Avatar asked Mar 10 '15 06:03

Nabin


People also ask

How do I compare files side by side?

Open both of the files that you want to compare. On the View tab, in the Window group, click View Side by Side. in the Window group on the View tab.


1 Answers

Select them both by selecting one, holding down ctrl (or command for mac) and clicking the second file, right-click, Compare Files.

enter image description hereenter image description here

like image 61
fweigl Avatar answered Oct 12 '22 16:10

fweigl