使用Visual Studio 2017我创建了一个类型为“跨平台应用程序(Xamarin Forms或Native)”的新项目。我选择'.NET Framework 4.5'和PCL作为代码共享策略。创建应用程序时,Android项目中会引用PCL。但是,这显示一个黄色三角形表示错误。没有其他编译错误。
如果我删除了引用并尝试重新添加它,则会收到错误"Unable to add a reference to project '<PclProjectName>'. The current project's target is not one of or compatible with the targets of Portable Library project '<PclProjectName>'."
如果我尝试按照建议更改PCL目标,我会遇到Remove ios, windows8, and wp8 from Xamarin Forms PCL - nuget 3.0 opt-into error?
中描述的问题这个新项目模板是否适用于其他人,如果是这样,我需要对我的系统做些什么来纠正任何问题?