Appearance
Android Studio
Comprehensive Android Studio shortcuts and workflows for Android app development with Kotlin and Java.
General Shortcuts
Windows/Linux | macOS | Description |
---|---|---|
Ctrl+Shift+A | Cmd+Shift+A | Find Action |
Ctrl+Shift+N | Cmd+Shift+O | Go to File |
Ctrl+N | Cmd+O | Go to Class |
Ctrl+E | Cmd+E | Recent Files |
Ctrl+G | Cmd+L | Go to Line |
Android Development
Windows/Linux | macOS | Description |
---|---|---|
Shift+F10 | Ctrl+R | Run App |
Shift+F9 | Ctrl+D | Debug App |
Ctrl+F9 | Cmd+F9 | Build Project |
Ctrl+Shift+F9 | Cmd+Shift+F9 | Rebuild Project |
Layout Editor
Windows/Linux | macOS | Description |
---|---|---|
Ctrl+B | Cmd+B | Go to XML |
Alt+Right | Option+Right | Next Tab |
Alt+Left | Option+Left | Previous Tab |
Ctrl+Alt+L | Cmd+Option+L | Reformat Code |
Emulator & Device
Windows/Linux | macOS | Description |
---|---|---|
Ctrl+Shift+F10 | Ctrl+Shift+R | Run on Device |
adb install | adb install | Install APK |
adb logcat | adb logcat | View Logs |