Had some trouble launching apps on my phone automatically from android developer tools with a keyboard shortcut. Turns out there’s a two step process for doing this:
- In your preferences –> Run/Debug –> Launching set “Launch Operation” to “Always launch the previously launched application.”
- In General –> Keys search for “run” and select the icon run element, set a keyboard shortcut (I used command + shift + R). Note, you will get a conflict with another default command.
- Now search for the conflict (mine was called “Open Resource”). Fix it by unbinding any commands.
Voila!