I have the following configuration: - Genymotion installed in OS X - Parallels with Visual Studio + Xamarin
I followed this guide and managed to get it so that I can F5 from VS into a standard emulator, but now I'm trying to get the same thing working with genymotion and I'm stuck. When I run 'adb devices' in Windows, it won't list the genymotion emulator. I think the issue is that the genymotion emulator runs on its own IP address, and I can't figure out how to get the SSH tunneling to point at that address. I also tried to skip the SSH trick and just tell ADB to connect to 192.168.56.101:5555 (genymotion emulator IP) but my Windows VM can't see that IP address (maybe its related to my virtual network adapter settings?).
Has anyone figure out how to make this work?