How to start Genymotion device with shell command?

前端 未结 3 1371
半阙折子戏
半阙折子戏 2020-12-12 21:51

I need to start genymotion via shell command, does anyone know if it is possible to do this?

3条回答
  •  庸人自扰
    2020-12-12 22:37

    For windows.

    Retrieve the list of available virtual devices by running:

    \genyshell -c "devices list"
    

    Start one of the virtual devices by running:

    \player --vm-name ""
    

    Link.

    UPD 8 may 2019: I'm create simple wrapper for genymotion cli on bash. Link to github here.

提交回复
热议问题