Skip to the main content

Android Studio

Code completion, navigation, refactoring, and debugging in Google's Android IDE.

Published coverage: Mac, Windows. Environments: Desktop app.

35 actions and 35 key variants match.

Search all apps

Matching shortcuts
Action Keys Row actions
Build and run the app Build and run Windows ShiftF10 Details
Debug the app Build and run Windows ShiftF9 Details
Complete the current statement Editor Windows CtrlShiftEnter Details
Synchronize files with the disk Anywhere Windows CtrlAltY Details
Inspect the file with the current profile Editor Windows AltShiftI Details
Quickly switch the scheme Anywhere Windows Ctrl` Details
Show recently edited files Anywhere Windows CtrlShiftE Details
Override methods Editor Windows CtrlO Details
Implement methods Editor Windows CtrlI Details
Delete the line at the caret Editor Windows CtrlY Details
Look up quick documentation Editor Windows CtrlQ Details
Show parameters for the method Editor Windows CtrlP Details
Optimize the imports Editor Windows CtrlAltO Details
Show quick fixes and intention actions Editor Windows AltEnter Details
Join lines smartly Editor Windows CtrlShiftJ Details
Split the line smartly Editor Windows CtrlEnter Details
Build the project Build and run Windows CtrlF9 Details
Step into a call you choose Debugging Windows ShiftF7 Details
Step out of the current method Debugging Windows ShiftF8 Details
Run to the cursor Debugging Windows AltF9 Details
Evaluate an expression Debugging Windows AltF8 Details
Copy the element with refactoring Refactoring Windows F5 Details
Move the element with refactoring Refactoring Windows F6 Details
Safely delete the element Refactoring Windows AltDelete Details
Rename the element everywhere Refactoring Windows ShiftF6 Details
Change a method signature Refactoring Windows CtrlF6 Details
Inline the element Refactoring Windows CtrlAltN Details
Extract a method Refactoring Windows CtrlAltM Details
Extract a variable Refactoring Windows CtrlAltV Details
Extract a field Refactoring Windows CtrlAltF Details