How can I script genymotion emulator to launch a given avd, headless?

前端 未结 7 680
心在旅途
心在旅途 2020-12-12 15:43

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

7条回答
  •  时光取名叫无心
    2020-12-12 16:17

    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

提交回复
热议问题