C# 理解MVVM跨Nuget包

C# 理解MVVM跨Nuget包,c#,mvvm,xamarin.android,mvvmcross,portable-class-library,C#,Mvvm,Xamarin.android,Mvvmcross,Portable Class Library,我尝试将MVVM Cross与Xamarin结合使用,发现它非常有趣 接下来,我尝试将列出的“MvvmCross.Droid.FullFragging”Nuget添加到PCL,我在PCL中遇到了错误 Error: but the package does not contain any assembly references or content files that are compatible with that framework(Profile 111). For more infor

我尝试将MVVM Cross与Xamarin结合使用,发现它非常有趣

接下来,我尝试将列出的“MvvmCross.Droid.FullFragging”Nuget添加到PCL,我在PCL中遇到了错误

Error: but the package does not contain any assembly references or content files that are compatible with that framework(Profile 111). For more 
information, contact the package author.

请帮助理解跨项目(PCL、Droid和IOS)安装MVVM跨包的困境,以及关于PCL评测WRT MVVMCross的困境,因为现有文档不清楚。

您不能将Android包添加到PCL库中。PCL仅与其他PCL库兼容


此外,我建议使用MvvmCross支持包而不是FullFragging,因为它们更多地由Google维护。

您不能将Android软件包添加到PCL库中。PCL仅与其他PCL库兼容

我还建议使用MvvmCross支持包,而不是FullFragging,因为它们更多地由Google维护