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' property to true (Since the app hit the dex method limit of 65K).
We are getting an error
..\CREATEMULTIDEXMAINDEXCLASSLIST: Error: Expecting class path separator ';' before '\Android\android-sdk\build-tools\21.1.1\lib\shrinkedAndroid.jar' in argument number 8
I am using Xamarin Studio Version 5.9 (build 431) Xamarin.Android Version: 5.1.0
Please help to fix this Issue in Xamarin.
I had the same problem. To resolve it you must go to the properties of your project and in the option
Android Optionsin packaging you disableMulti-Dex. And in the debugger option chooseXamarinor notMicrosoft. I think that it resolves your problem.