So I need to do some debugging using Xamarin Android. This would not be such a problem if the emulator were not so slow. So, I looked at setting up the x86 emulator, but since I am running Xamarin in VMWare (the host machine is Linux), this will not work. It’s best to either install an accelerated x86 Android engine or use something like Android x86 from my host machine.
How can I get Xamarin to connect to a device that does not work on the same machine?
Earlz source share