While creating a Xamarin Android application, after adding the reference to Infragistics Chart control and the Google Play services, we had to enable the \'Enable Multi-Dex\' pr
I had the same problem. To resolve it you must go to the properties of your project and in the option Android Options in packaging you disable Multi-Dex. And in the debugger option choose Xamarin or not Microsoft.
I think that it resolves your problem.