Member-only story

My Most Used Android Studio Shortcut Keys

Top 8 Android Studio shortcut keys that I use every day, which I can’t live without based on my limited Android development experience

Vincent Tsen
5 min readJul 16, 2022

First of all, I’m not an Android Studio shortcut keys guy because I can’t simply remember them. I usually just go to the menu or mouse right-click to look for the tasks that I would like to perform.

However, there are 5 Android Studio shortcut keys that I use every day that I can’t live without. This is only based on my 9 months of Android development experience.

1. Comment/Uncomment (Control + /)

Before I know this shortcut key, I do this

With the Control + / shortcut key, I do this

The exact equivalent shortcut key should be Control + Shift + /. Because it requires an extra key press, it slows me down. Thus, Control + / is good enough for me.

--

--

No responses yet