Android Studio Shortcuts
Android Studio Shortcuts
General
Ctrl + F + F Find
F3 + G Find next
+ F3 + + G Find previous
Ctrl + R + R Replace
License · 1
(from previous page)
Ctrl + G + L Go to line
Writing Code
License · 2
(from previous page)
Ctrl + U + U Go to super-method/super-
class
License · 3
(from previous page)
/ + / + Indent/unindent lines
F2 / + F2 F2 / + F2 Next/previous highlighted
error
License · 4
(from previous page)
Ctrl + F9 + F9 Build
Debugging
+ F9 ctrl + D Debug
F8 F8 Step over
F7 F7 Step into
+ F8 + F8 Step out
F9 + + R Resume program
Refactoring
F5 F5 Copy
F6 F6 Move
+ F6 + F6 Rename
License · 5
(from previous page)
License · 6