My most used Android Studio shortcuts
In no particular order:
-
Command + l- Go to line -
Command + 6- Open logcat window -
Command + e- Open recently viewed files -
Command + 1- Toggle project window -
Command + 4- Toggle run window -
Command + 5- Toggle debug window -
Command + 7- Toggle class structure -
Command + 9- Toggle git window -
Command + o- Search for class/files/actions/symbols -
Command + k- Commit changes -
Option + f12- Open terminal window -
Option + s- Sync gradle -
Option + d- Attach debugger to Android process -
Option + 0- Open build dialog -
Option + Shift + f11- Select devices to run the application -
Control + g- Select multiple occurrences of the selected text -
Control + v- Open vcs operation window -
Control + Shift + c- Close tooltips in Android studio -
Control + Option + c- Compare current open file with the branch
Untill next time 👋