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
     
     
  • 相关阅读:
    css 盒模型
    Dom事件类-文档对象模型
    BFC-边距重叠解决方案
    三栏布局的五种方式--左右固定,中间自适应
    为什么必须先写组件再写vue的实例
    H5跳小程序安卓机出现白屏的问题
    关于iframe标签的src属性
    子组件让父组件进行刷新vuex
    html 插件
    git 其他merge
  • 原文地址:https://www.cnblogs.com/bingghost/p/5720711.html
Copyright © 2011-2022 走看看