is there a way to run the emulator without starting the Android Studio first. Perhaps from the command line. I know that this feature was available in older versions and has
Assuming you have installed Android studio properly,Open a command prompt and type
emulator -list-avds which will display all the devices and then type emulator @avd_name where avd_name is the the name of your emulator installed.