1.1.1 • Published 6 years ago

appcd-plugin-genymotion v1.1.1

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

appcd-plugin-genymoton

Genymotion service for the Appc Daemon.

Info

The info service uses genymotion.js and virtualbox.js to detect the install Genymotion install and emulators, and Virtualbox install.

appcd.call('/genymotion/latest/info', ctx => {
	console.log(ctx.response);
});

Example response

{
    "home": "/Users/eharris/.Genymobile/Genymotion",
    "path": "/Applications/Genymotion.app/Contents/MacOS",
    "emulators": [
        {
            "name": "Custom Phone - 7.1.0 - API 25 - 768x1280",
            "guid": "6dc3f69a-c387-4dfa-9a42-a24a0f2cdb16",
            "target": "7.1.0",
            "sdk-version": "7.1.0",
            "genymotion": "2.11.0",
            "dpi": 320,
            "display": "768x1280-16",
            "abi": "x86",
            "googleApis": null
        }
    ],
    "executables": {
        "genymotion": "/Applications/Genymotion.app/Contents/MacOS/genymotion",
        "player": "/Applications/Genymotion.app/Contents/MacOS/player.app/Contents/MacOS/player"
    },
    "virtualbox": {
        "version": "5.1.26r117224",
        "executables": {
            "vboxmanage": "/usr/local/bin/vboxmanage"
        }
    }
}

Legal

This project is open source under the Apache Public License v2 and is developed by Axway, Inc and the community. Please read the LICENSE file included in this distribution for more information.

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

1.0.0-30

6 years ago

1.0.0-29

6 years ago

1.0.0-28

6 years ago

1.0.0-27

6 years ago

1.0.0-26

6 years ago

1.0.0-25

6 years ago

1.0.0-24

6 years ago

1.0.0-23

6 years ago

1.0.0-22

6 years ago

1.0.0-21

6 years ago

1.0.0-20

6 years ago

1.0.0-19

6 years ago

1.0.0-18

6 years ago

1.0.0-17

6 years ago

1.0.0-16

6 years ago

1.0.0-15

6 years ago

1.0.0-14

6 years ago

1.0.0-13

6 years ago

1.0.0-12

6 years ago

1.0.0-11

6 years ago

1.0.0-10

6 years ago

1.0.0-9

6 years ago

1.0.0-8

6 years ago

1.0.0-7

6 years ago

1.0.0-6

6 years ago

1.0.0-5

6 years ago

1.0.0-4

6 years ago

0.0.0

7 years ago