genymotion自动化使用
通过命令行启动genymotion:
/home/yang/genymotion/genymotion
通过命令行列出虚拟设备:
/home/yang/genymotion/genyshell -c "devices list"
启动某虚拟设备 <VM id | VM name>
<Genymotion installer path>\player --vm-name "<virtual device name>"
此时可以进入genyshell查看可用的Genymotion虚拟设备:
通过命令行安装APP:
adb install <application name>.apk