issues with MvvmCross and linking on Android

后端 未结 1 934
日久生厌
日久生厌 2021-01-14 22:27

I have an Android app using several MvxGridView with ItemsSource bound

  local:MvxBind=\"ItemsSource Groups;ItemClick ShowGroupCommand\"
  local:MvxBind=\"It         


        
相关标签:
1条回答
  • 2021-01-14 23:10

    There are several ways to work around this including:

    • using a LinkerPleaseInclude.cs file - a starter one is included by default in the nuget packages (see LinkerPleaseInclude.cs)
    • using a Linker xml file - like the one ReactiveUI uses for MonoTouch - see Linker.xml

    There are also plenty of questions and answers on here about this already:

    • Android App is too large and Linking disables functionality
    • Trouble with xamarin.ios/monotouch , mvvmcross and linking
    • Problems with mvvmcross Binding on IOS (Works on Simulator, but some properties doesn't work on the Device)
    • MvvmCross Monotouch - Fail to bind Properties on a real iPad, but it works on the Simulator
    • MvxException in Release Mode for Android
    0 讨论(0)
提交回复
热议问题