I think this has to do with: https://github.com/MvvmCross/MvvmCross/issues/1192
Try something like this:
protected override void OnCreate(Bundle bundle)
{
var setup = MvxAndroidSetupSingleton.EnsureSingletonAvailable(ApplicationContext);
setup.EnsureInitialized();
base.OnCreate(bundle);
}