How to add custom shell commands to Android Studio Tool menu?

Viewed 195

I would like to add custom shell commands to Android Studio's tools menu, but I fail to find how to do that. I even would like to add a keyboard shortcut to the command. What do I need to do to add a shell command similar to the Flutter commands in the screenshot?

enter image description here

1 Answers

Hmmm. Idk if its much help but we use aliases at work from terminal window in android studio.

Put them in your .bash_profile file and then use them whenever you like from terminal

Related