Skip to content

Android Studio

Comprehensive Android Studio shortcuts and workflows for Android app development with Kotlin and Java.

General Shortcuts

Windows/LinuxmacOSDescription
Ctrl+Shift+ACmd+Shift+AFind Action
Ctrl+Shift+NCmd+Shift+OGo to File
Ctrl+NCmd+OGo to Class
Ctrl+ECmd+ERecent Files
Ctrl+GCmd+LGo to Line

Android Development

Windows/LinuxmacOSDescription
Shift+F10Ctrl+RRun App
Shift+F9Ctrl+DDebug App
Ctrl+F9Cmd+F9Build Project
Ctrl+Shift+F9Cmd+Shift+F9Rebuild Project

Layout Editor

Windows/LinuxmacOSDescription
Ctrl+BCmd+BGo to XML
Alt+RightOption+RightNext Tab
Alt+LeftOption+LeftPrevious Tab
Ctrl+Alt+LCmd+Option+LReformat Code

Emulator & Device

Windows/LinuxmacOSDescription
Ctrl+Shift+F10Ctrl+Shift+RRun on Device
adb installadb installInstall APK
adb logcatadb logcatView Logs