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
Here is what I've done to run the emulator quickly in windows : I've created a windows batch file like this :
start C:\Users\{Username}\AppData\Local\Android\Sdk\tools\emulator.exe -avd {Emulator_Name}
and just run the batch file every time I need the emulator.