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 start
Add your perfect settings in the file config.json
:
{
"shell": "genymotion-shell",
"location": [],
"keys": {
"UP": "up",
"DOWN": "down",
"LEFT": "left",
"RIGHT": "right"
}
}
shell
Genymotion Shelllocation
Initial geolocation.keys
Controls.