When you are debugging with Xamarin Studio (or Visual Studio), Xamarin.Android will install Mono runtime and support files separately. If your application is a Debug application, then the problem will be that the common runtime isn’t. So, in the "Vacation" mode, make sure you clear the "Use shared mono execution" checkbox in the project settings. I have attached a screenshot, please go through.
source
share