I am using Mono for Android and I a like it so far. My only concern is that debugging projects is very slow. When I start debugging in Visual Studio sometimes it takes 4-5 seconds to move from one breakpoint to the next one. It seems the debugger also stops at lines I didn't mark with breakpoints. Is there a way to speed up debugging?
Xamarin - Mono for Android: http://xamarin.com/monoforandroid
I am using the emulator; running the project from Visual Studio directly. I tried to create very powerful devices; more resources but it didn't really help. I changed processor affinity as well but it didn't make a difference.
I have a pretty powerful machine; Sony Vaio F Series Notebook 256GB SSD, Intel Core i7-2860QM, 2.50GHz, 8 GB RAM. Bios hardware virtualization is on.
I am using a licensed and registered version of Mono for Android (not the trial version), Visual Studio 2010 Pro and .net 4. The operating system is Windows 7 Pro 64bit.
On the Mono for Android forums the guys suggested using my phone instead. They claim that the issue is related to the emulator, which is unlikely since I don't have this problem with Java and Eclipse.