← Back to Shortcut Collections
Android Studio

Android Studio

Google's official Android development environment supporting innovative app development with emulator, profiler, and layout editor

Shortcuts that leverage Logcat, emulator, and debugging features efficiently to accelerate Android-specific development work

Alt+6
Show Logcat
Shows/focuses the Logcat tool window.
💡 Hint: 6 (Logcat)
🎯 Instantly check Android app log output and error information for efficient debugging work
Shift+F10
Show Run
Shows/focuses the Run tool window.
💡 Hint: Shift + F10 (run)
🎯 Monitor application execution status and build results to optimize development flow
Shift+F9
Show Debug
Shows/focuses the Debug tool window.
💡 Hint: Shift + F9 (debug)
🎯 Examine variable values and stack information in detail during debug sessions to identify bug causes
F9
Resume Program
Resumes program execution until next breakpoint.
💡 Hint: Resume
🎯 Resume programs stopped at breakpoints and execute at high speed to the next problem location
F7
Step Into
Steps into the function during debugging.
💡 Hint: In
🎯 Step into method internals for detailed execution tracking of code behavior
F8
Step Over
Steps over to the next line during debugging.
💡 Hint: Over
🎯 Execute current line and move to next line while maintaining efficient debug flow