Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Post History
First get a list of all the available devices: /Applications/Genymotion.app/Contents/MacOS/gmtool admin list This will generate an output like this: State | ADB Serial | ...
#1: Initial revision
First get a list of all the available devices: ``` /Applications/Genymotion.app/Contents/MacOS/gmtool admin list ``` This will generate an output like this: ``` State | ADB Serial | UUID | Name ----------+-----------------+------------------------------------+--------------- Off | 127.0.0.1:6554 |844b2f88-c9a0-4f4b-b18c-a722496b4f81| Google Pixel C ``` The start the device from command line with: ``` /Applications/Genymotion.app/Contents/MacOS/player.app/Contents/MacOS/player -n 844b2f88-c9a0-4f4b-b18c-a722496b4f81