Is there any way to launch by command line a given avd and have it registered via adb ?
I would also prefer to get the emulator l
Just in case anyone doesn't know about environment variables, looking for a non-headless and using Windows, you can check the commands by running the following command where it's installed your VirtualBox:
C:\Program Files\Oracle\VirtualBox list vms
Then you can run your desired device with something like the following:
C:\Program Files\Genymobile\Genymotion\tools player --vm-name "Google Nexus 4"
Of course, put that paths on your environment variable would be the better approach.