Skip to content

Instantly share code, notes, and snippets.

@hmajid2301
Last active December 29, 2018 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hmajid2301/f5d8ea338b8742bdabb3cb906a3037a3 to your computer and use it in GitHub Desktop.
Save hmajid2301/f5d8ea338b8742bdabb3cb906a3037a3 to your computer and use it in GitHub Desktop.
Genymotion commands on Linux
# To list all (VirtualBox) VMs
VBoxManage list vms
# "Google Pixel - 8.0 - API 26 - 1080x1920" {66bd956b-2a51-40dc-a448-509840a43b9b}
# To launch an emulator
<path_to_genymotion_folder>/player --vm-name <VM Name> &
~/genymotion/player --vm-name "Google Pixel - 8.0 - API 26 - 1080x1920" &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment