如何将 OSX Xamarin 项目迁移到 Windows 10 上的 Visual Studio?

How do I migrate an OSX Xamarin project to Visual Studio on Windows 10?

我在 OSX 上使用 Xamarin Studio 在一个非常大的 Xamarin 项目中进行开发,现在我必须迁移到 Windows 10 / Visual Studio.重新创建项目不是一种选择,因为我说过它非常大。我已经搜索过这个主题,但我发现这方面的信息很少,而且大多数评论都是几年前的。我尝试在 Visual Studio (2015) 打开项目并得到以下错误:

(Both reference the file "values-v24.xml")

Error retrieving parent for item: No resource found that matches the given name
'android:TextAppearance.Material.Widget.Button.Colored'

Error retrieving parent for item: No resource found that matches the given name
'android:TextAppearance.Material.Widget.Borderless.Colored'

有没有人成功从 OSX 迁移到 Windows / Vis Studio 可以提供建议?该项目同时针对 Android 和 iOS。

所有 Xamarin 项目都与 Xamarin Studio 完全兼容,Visual Studio Mac,Visual Studio Windows。我建议更新到 VS2017,因为它有所有最新的支持,否则它会起作用。

根据您的错误,我会检查您在 Windows 上安装的 Android SDK 版本是否与在 Mac 上安装的相同。