adb command returns an error.
$ adb devices (snip) error: could not install *smartsocket* listener: Address already in use (snip)
Change Genymotion settings below, to fix this error.
check 'Use custom Android SDK tools'
$ adb devices (snip) error: could not install *smartsocket* listener: Address already in use (snip)
check 'Use custom Android SDK tools'
$ adb -s 192.168.99.101:5555 pull /system/etc/hosts hosts
$ vi hosts
$ adb -s 192.168.99.101:5555 remount
$ adb -s 192.168.99.101:5555 push hosts /system/etc