知行合一

享受过程 漠视结果

导航

genymotion使用学习

1 安装

  直接去其官网(https://www.genymotion.com/#!/download)下载安装包安装即可,安装中会附带安装VirtualBox。

2 注册

  必须使用帐号登录后,方可下载虚拟机,注册帐号时可能需FQ。

3 ADB连接虚拟机

   使用(Genymobile\Genymotion\tools)目录的ADB命令来操作虚拟机

4 嵌入ECLIPSE

  在官网下载( genymotion-eclipse-plugin.jar )插件,放到(eclipse\plugins)目录下

  按以下步骤操作

--------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------

 

5 命令启动虚拟机

Genymotion>player --vm-name "s3"

参考:

http://www.hankcs.com/program/mobiledev/genymotion-idea13-plugin-command-line.html

"X:\Program Files\Genymobile\Genymotion\player.exe" --vm-name "Galaxy Nexus - 4.2.2 - API 17 - 720x1280"

CreateObject("wscript.shell").run """X:\Program Files\Genymobile\Genymotion\player.exe"" --vm-name ""Galaxy Nexus - 4.2.2 - API 17 - 720x1280""",0

 

posted on 2015-01-14 15:10  项羽  阅读(250)  评论(0编辑  收藏  举报