Android Studio Keyboard Shortcuts for Windows & macOS
Windows & macOS
Android Studio is the official IDE for Android development. These shortcuts help you write, debug, and manage code more efficiently, improving development speed across both operating systems.
Action | Windows Shortcut | macOS Shortcut |
---|---|---|
Run App | Shift + F10 | Control + R |
Debug App | Shift + F9 | Control + D |
Open Logcat | Alt + 6 | Command + 6 |
Open Terminal | Alt + F12 | Option + F12 |
Find Class | Ctrl + N | Command + O |
Find File | Ctrl + Shift + N | Command + Shift + O |
Auto Import | Alt + Enter | Option + Return |
Rename | Shift + F6 | Shift + Fn + F6 |
Reformat Code | Ctrl + Alt + L | Command + Option + L |
Generate Code | Alt + Insert | Command + N |