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
In distros GNU/Linux
It's easy
cd genymotion/
In this folder,you need find file player
Now you need the device name
In your terminal, write this command,replacing NameDevice for your device name
./player --vm-name
And now your emulator started
In GNU/Linux you can create access in the menu
Good Luck