我需要在Xamarin.Forms上使用Toasts。我發現Toasts.Forms.Plugin但它不適用於WP8.1Xamarin Toasts插件用於WindowsPhone 8.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
我收到提示同時加入了包想通。查看(更新)的問題 –
您使用的是Silverlight 8.1項目嗎?因爲我不是;根據Xamarin的指南,我添加了WP8.1項目。 –
我的錯誤。正如Massimo Prota所提到的那樣,只有一個針對Silverlight WP 8.1的包,這是上面代碼中使用的。 – smoksnes