首页 > 其他 > 详细

launch genymotion simulator from command line

时间:2014-05-24 10:13:05      阅读:445      评论:0      收藏:0      [点我收藏+]

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

launch genymotion simulator from command line,布布扣,bubuko.com

launch genymotion simulator from command line

原文:http://www.cnblogs.com/rosepotato/p/3748243.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!