Pokémon GO from your Genymotion device
Create a new Genymotion Device.
$ git clone https://github.com/jlobos/pokemongo-genymotion.git
$ cd pokemongo-genymotion
$ npm install
$ npm startAdd your perfect settings in the file config.json:
{
"shell": "genymotion-shell",
"location": [],
"keys": {
"UP": "up",
"DOWN": "down",
"LEFT": "left",
"RIGHT": "right"
}
}shellGenymotion ShelllocationInitial geolocation.keysControls.

