I have two Android Studio versions in my MAC. They are Android Studio Dolphin and Android Studio 4.2.2. This is how they appear in Applications
Following is the command to open Android Studio from Terminal,
open -a /Applications/Android\ Studio.app
But this command always opens the first version installed.
May I know how to run specific version of Android Studio from Terminal?
