zoukankan      html  css  js  c++  java
  • launch genymotion simulator from command line

    Command to launch genymotion headless - 

    player --vm-name Nexus_4


    • if player is not already added to path, add it to path using below command in your ~/.bash_profile

     
     

    export PATH=/Applications/Genymotion.app/Contents/MacOS/:$PATH


    When more than one device is connect use 'adb -s' is used to redirect commands to particular device
    Once emulator is running they will be listed under adb devices
    Example: 

     adb devices            
    List of devices attached            
    192.168.56.101:5555    device

          
    Verfiy command are send to correct device:

     Send command to click on menu key on android device when multiple devices are connected

    adb -s 192.168.56.101:5555 shell input keyevent KEYCODE_MENU
  • 相关阅读:
    003.iSCSI客户端管理
    002.iSCSI服务端配置
    001.iSCSI简介
    004.RAID删除
    003.RAID管理
    002.RAID创建
    001.RAID简介
    001.hadoop及hbase部署
    001.Parted工具使用
    007.LVM查看命令
  • 原文地址:https://www.cnblogs.com/rosepotato/p/3748243.html
Copyright © 2011-2022 走看看