In my core PCL library I'm trying to navigate to a new activity with ShowViewModel(); My ViewModel inherits from MvxViewModel. When I run this command I get:
Missing method Cirrious.MvvmCross.ViewModels.MvxNavigatingObject::ShowViewModel<[1]>(IMvxBundle,IMvxBundle,MvxRequestedBy) in assembly Cirrious.MvvmCross.dll, referenced in assembly ...
ADB gives shows a similar message:
System.MissingMethodException: Method not found: Cirrious.MvvmCross.ViewModels.MvxNavigatingObject.ShowViewModel'
I am running MvvmCross 3.1.1. I used Visual Studio to install the core packages and Xamarin Studio to install the Android packages since I only have the indie version of Xamarin.Android.