Xamarin.forms 共享项目在创建时出错
Xamarin.forms shared project giving error while creation
当我创建一个新的 xamarin.forms 项目时出现错误。
"Could not add all required packages to the project. The following packages failed to install from 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 12.0\COMMON7\IDE\EXTENSIONS\XAMARIN\XAMARIN.9.236.0\Packages'":
Xamarin.Forms.1.3.1.6296:无法安装包 'Xamarin.Forms 1.3.1.6296'。您正在尝试将此包安装到面向 'Xamarin.iOS,Version=v1.0' 的项目中,但该包不包含任何与该框架兼容的程序集引用或内容文件。有关更多信息,请联系软件包作者
知道如何解决这个问题吗?
我也联系了 Xamarin 支持,但没有成功
您需要更新您的 nuget 包管理器。这将解决问题。
来源:https://askgif.com/blog/146/why-xamarin-forms-shared-project-giving-error-while-creation/
打开你的visual studio
转到工具 -> 扩展和更新 -> select 更新 -> select visual studio 图库,然后更新你的 nuget 包管理器。
这将解决您的问题。
我遇到了同样的问题,经过大量研究后我找到了这个解决方案。
希望这能帮助您解决问题。
当我创建一个新的 xamarin.forms 项目时出现错误。
"Could not add all required packages to the project. The following packages failed to install from 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 12.0\COMMON7\IDE\EXTENSIONS\XAMARIN\XAMARIN.9.236.0\Packages'":
Xamarin.Forms.1.3.1.6296:无法安装包 'Xamarin.Forms 1.3.1.6296'。您正在尝试将此包安装到面向 'Xamarin.iOS,Version=v1.0' 的项目中,但该包不包含任何与该框架兼容的程序集引用或内容文件。有关更多信息,请联系软件包作者
知道如何解决这个问题吗?
我也联系了 Xamarin 支持,但没有成功
您需要更新您的 nuget 包管理器。这将解决问题。
来源:https://askgif.com/blog/146/why-xamarin-forms-shared-project-giving-error-while-creation/
打开你的visual studio 转到工具 -> 扩展和更新 -> select 更新 -> select visual studio 图库,然后更新你的 nuget 包管理器。
这将解决您的问题。 我遇到了同样的问题,经过大量研究后我找到了这个解决方案。
希望这能帮助您解决问题。