zoukankan      html  css  js  c++  java
  • Genymotion自动化启动

     
    一.启动方式
    命令行:
    player.exe --vm-name [模拟器名称]
     
    例子:
    "D:Program filesGenymobileGenymotionplayer.exe" --vm-name eking_1
     
     
    二.启动状态
    启动时候会启动如下进程
    "C:Program FilesOracleVirtualBoxVBoxSVC.exe" -Embedding
     
    "C:Program FilesOracleVirtualBoxVBoxHeadless.exe" 
    --comment eking_1 
    --startvm f893f251-3ff0-44c6-b174-8c4c99733073
    --vrde config 
    --sup-startup-log=C:UsersingghostAppDataLocalGenymobileGenymotionGenymobileGenymotiondeployedeking_1LogsVBoxStartup.log
     
    C:Program FilesOracleVirtualBoxVBoxHeadless.exe
    60eaff78-4bdd-042d-2e72-669728efd737-suplib-3rdchild --comment eking_1 
    --startvm f893f251-3ff0-44c6-b174-8c4c99733073 
    --vrde config --sup-startup-log=C:UsersingghostAppDataLocalGenymobileGenymotionGenymobileGenymotiondeployedeking_1LogsVBoxStartup.log
     
    C:Program FilesOracleVirtualBoxVBoxNetDHCP.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 filesGenymobileGenymotion oolsadb.exe"  -s 192.168.56.101:5555 shell
    "D:Program filesGenymobileGenymotion oolsadb.exe"  -s 192.168.56.101:5555 logcat -v time
     
     
  • 相关阅读:
    服务器切换
    闭包函数
    函数对象+嵌套
    lvs讲解
    了解python
    rang enumerate
    set-集合功能介绍
    元组-tuple功能介绍
    dict-字典功能介绍
    list-列表功能介绍
  • 原文地址:https://www.cnblogs.com/bingghost/p/5720711.html
Copyright © 2011-2022 走看看