首页 > 其他 > 详细

Genymotion自动化启动

时间:2016-07-30 13:28:15      阅读:264      评论:0      收藏:0      [点我收藏+]
 
一.启动方式
命令行:
player.exe --vm-name [模拟器名称]
 
例子:
"D:\Program files\Genymobile\Genymotion\player.exe" --vm-name eking_1
 
 
二.启动状态
启动时候会启动如下进程
"C:\Program Files\Oracle\VirtualBox\VBoxSVC.exe" -Embedding
 
"C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe" 
--comment eking_1 
--startvm f893f251-3ff0-44c6-b174-8c4c99733073
--vrde config 
--sup-startup-log=C:\Users\bingghost\AppData\Local\Genymobile\Genymotion\Genymobile\Genymotion\deployed\eking_1\Logs\VBoxStartup.log
 
C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe
60eaff78-4bdd-042d-2e72-669728efd737-suplib-3rdchild --comment eking_1 
--startvm f893f251-3ff0-44c6-b174-8c4c99733073 
--vrde config --sup-startup-log=C:\Users\bingghost\AppData\Local\Genymobile\Genymotion\Genymobile\Genymotion\deployed\eking_1\Logs\VBoxStartup.log
 
C:\Program Files\Oracle\VirtualBox\VBoxNetDHCP.exe
--ip-address 192.168.56.100 --lower-ip 192.168.56.101 --mac-address 08:00:27:60:32:9D --netmask 255.255.255.0 
--network "HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter" 
--trunk-name \DEVICE\{A6EB0095-D9FD-40DD-8273-1847249C4EE8} 
--trunk-type netadp --upper-ip 192.168.56.254
 
"D:\Program files\Genymobile\Genymotion\tools\adb.exe"  -s 192.168.56.101:5555 shell
"D:\Program files\Genymobile\Genymotion\tools\adb.exe"  -s 192.168.56.101:5555 logcat -v time
 
 

Genymotion自动化启动

原文:http://www.cnblogs.com/bingghost/p/5720711.html

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