Android Studio Cheatsheet - Android IDE Shortcut Reference
Android work is build-loop heavy, and Android Studio’s shortcuts condense that loop. This reference covers Kotlin/Java generation and navigation, the layout editor, Gradle sync, emulator controls, run/debug, and Logcat/Profiler access. The high-yield ones are navigation to implementation, quick build/run, and jumping from an AndroidX call to source. For anyone iterating on screens and APIs all day. After reading you keep the build-test-debug cycle moving mostly with the keyboard.
Kotlin/Java Development 10
Cmd + NCmd + Option + TCmd + Option + MCmd + Option + VCmd + Option + CCmd + PCmd + BCmd + UCmd + Option + BCmd + Option + HLayout Editor 10
Cmd + Option + →Cmd + Option + ←Cmd + Shift + ACmd + Option + ICmd + Option + LCmd + Option + Shift + ICmd + Option + CCmd + Option + VCmd + Option + XCmd + Option + ZGradle Build 7
Cmd + Shift + ACmd + F9Cmd + F5Cmd + Option + Shift + SCmd + Option + GCmd + Shift + F9Cmd + Shift + F10Emulator & Device 8
Cmd + Shift + ACmd + Option + ←Cmd + Option + →Cmd + Option + ↑Cmd + Option + ↓Cmd + Option + MCmd + Option + BCmd + Option + PDebug & Run 11
Ctrl + RCtrl + DCmd + F2F8F7Shift + F8Alt + F9Cmd + F8Cmd + Shift + F8Cmd + Option + RCmd + Option + ELogcat & Performance 6
Cmd + 6Cmd + Option + LCmd + Shift + ACmd + 7Cmd + Option + PCmd + Option + RTips
- Android Studio is built on the IntelliJ platform; most shortcuts match WebStorm and PhpStorm.
- Cmd+Shift+A is the Command Palette; search any action, including Gradle tasks and AVD management.
- Cmd+Option+Shift+S syncs Gradle files; run it after editing build.gradle.
- Emulator shortcuts are Cmd+Option+Arrow on Mac, Ctrl+Alt+Arrow on Windows.
- The Logcat panel (Cmd+6) shows app logs; filter by tag to narrow down.
- The Profiler panel (Cmd+7) shows CPU, memory, and network performance - essential for optimization.
Official References
Each command links to its official documentation below, so you can verify the latest usage and read deeper.
Maintained by LaoHand
Publicly updated on Jul 21, 2026, continuously proofread against official docs.
Contact Us
Wrong command or description? Send us corrections, business inquiries or product feedback by email.
Contact Us