In Eclipse, if I type cmd+L, it opens a dialog for me to enter a line number and it takes me there in the code. How do I do the same thing in Android Studio? Instead of having t
The shortcut to go to a particular line number on Android Studio is
On Mac : Cmd + L
On Linux : Ctrl + L
On Windows : Ctrl + G
After this key in the line number in the dialog box that pops up.There is an option to insert the column number as well, but it is not necessary.