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
We had the same problem on our build server, and we've had to move the Android SDK to a path with no spaces e.g. C:\android-sdk\...
Obviously we needed to update the ANDROID_HOME
environment variable to the new path, and set the SDK paths in Xamarin Studio and Visual Studio.
This has solved the problem for us.