[Android SDK] My favorite Android Studio shortcut configuration

Java:

CTRL+ “-” / CTRL+ “+”: Collapse / Expand current code region

CTRL+N: generate… (New constructor, getter and setter…)

CTRL+ALT+M: Close All

CTRL+ALT+N: Close All but this (Close others)

CTRL+Shift+T: New terminal Tab (Bottom terminal of Android Studio)

CTRL+ALT+D: Debug

CTRL+F9: Build / Make project

F7: Step into

F8: Step over

F9: Continue

XML:

CTRL+Shift+I: auto-indent (also available in Java)

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s