IDE

🤖Android Studio Keyboard Shortcuts

24 essential shortcuts for Android Studio

General

ShortcutAction
Shift ShiftSearch Everywhere
Ctrl+Shift+A/⌘⇧AFind Action

Navigation

ShortcutAction
Ctrl+N/⌘ONavigate to class
Ctrl+Shift+N/⌘⇧ONavigate to file
Ctrl+B/⌘BGo to declaration
Alt+F7/⌥F7Find usages
Ctrl+E/⌘ERecent files
Ctrl+F12/⌘F12File structure popup

Editing

ShortcutAction
Ctrl+SpaceBasic code completion
Alt+Enter/⌥↩Quick fix / intention action
Ctrl+Alt+L/⌘⌥LReformat code
Ctrl+Alt+O/⌃⌥OOptimize imports
Ctrl+D/⌘DDuplicate line
Ctrl+Y/⌘⌫Delete line
Ctrl+//⌘/Toggle line comment

Refactoring

ShortcutAction
Shift+F6Rename symbol
Ctrl+Alt+M/⌘⌥MExtract method

Build & Run

ShortcutAction
Shift+F10/⌃RRun app
Shift+F9/⌃DDebug app
Ctrl+F9/⌘F9Make project (build)

Debugging

ShortcutAction
Ctrl+F8/⌘F8Toggle breakpoint
F8Step over
F7Step into

VCS

ShortcutAction
Ctrl+K/⌘KCommit changes

About Android Studio Shortcuts

Android Studio is the official IDE for Android app development, built on the IntelliJ IDEA platform by JetBrains. It provides a rich set of tools for building apps for Android phones, tablets, wearables, TVs, and cars. Android Studio includes a visual layout editor, APK analyzer, emulators, and tools for profiling performance. Being IntelliJ-based, it shares most keyboard shortcuts with IntelliJ IDEA and other JetBrains IDEs.

This reference covers 24 essential Android Studio keyboard shortcuts organized across 7 categories: General, Navigation, Editing, and more. Each shortcut lists both macOS and Windows/Linux key combinations where applicable, making it easy to find the right key combo regardless of your operating system.

Learning keyboard shortcuts is one of the highest-leverage investments you can make in your daily workflow. Studies show that developers and designers who rely on keyboard shortcuts are measurably faster at common tasks. Rather than memorizing every shortcut at once, focus on the ones you use most frequently and gradually expand your repertoire.

Bookmark this page for quick reference whenever you need to look up a Android Studio shortcut. The categorized layout makes it easy to find shortcuts by their function, whether you need navigation, editing, or specialized commands.

Related apps