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