我开发了MVVMCross / Xamarin.Android应用程序,现在我想为它制作一个APK。 Xamarin文档中的说明指出必须禁用调试并在Release mode
中编译应用程序。但是当我这样做并编译时,我得到以下编译错误:
The type or namespace name 'Color' does not exist in the namespace 'Cirrious.MvvmCross.Plugins' (are you missing an assembly reference?)
文件ColorPluginBootstrap.cs
中的
当我改回Debug Mode
时,应用程序编译好了。为什么是这样?我在这里错过了什么?
注意: 我正在使用VS2012和MVVMCross 3.0.14
TIA
答案 0 :(得分:0)
你的mvvmcross很老了。尝试最新的via nuget。它有一些关于链接问题的修复。