我需要在 Xamarin.Forms 上使用 toasts。我找到了 Toasts.Forms.Plugin但它不适用于 WP8.1
我在 WinPhone8 上遇到了很多性能问题,所以我创建了 WP8.1 项目。
我需要做什么才能使其在 WP8.1 上运行?有人可以帮我弄清楚我需要做的改变吗?
编辑:Toasts.Forms.Plugin
添加包时出现以下错误
install-package : Could not install package 'Toasts.Forms.Plugin 1.0.6.18'. You are trying to install this package into a project that
targets 'WindowsPhoneApp,Version=v8.1', but the package does not contain any assembly references or content files that are compatible with
that framework. For more information, contact the package author.
At line:1 char:1
+ install-package Toasts.Forms.Plugin
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand