请找到问题here的完整描述。
谢谢
我想你可能会缺少在你的片段中提供属性。
例如:
[MvxFragmentPresentation(typeof(MainViewModel), Resource.Id.frameLayout, AddToBackStack = true)]
[Register("myProj.mobile.views.SorryView")]
class SorryView : MvxFragment<SorryViewModel>
这里,MainViewModel与MainActivity相关联,SorryView是一个在MainActivity上呈现的片段。