How to use genymotion emulator
Start the emulator. Then find out the genymotion assigned IP address
$ps ax | grep geny
Then connect using adb
$adb connect 192.168.1.3
Start the emulator. Then find out the genymotion assigned IP address
$ps ax | grep geny
Then connect using adb
$adb connect 192.168.1.3