Xamarin Forms中Android项目的MobileServiceClient错误

时间:2017-05-14 19:10:19

标签: c# xamarin xamarin.android xamarin.forms azure-mobile-services

我试图在Xamarin.Forms解决方案中构建我的Android项目,以下行不断引发一个破坏构建的异常。

client = new MobileServiceClient("backend_url");

此错误显示如下:

System.InvalidOperationException: A Microsoft Azure Mobile Services assembly for the current platform was not found. Ensure that the current project references both Microsoft.WindowsAzure.Mobile and the following platform-specific assembly: Microsoft.WindowsAzure.Mobile.Ext.

我看到另一个thread说要手动添加对Android项目的引用,但是Xamarin dev也表示问题在某次更新后修复(可能没那么多)。任何人都知道在哪里解决这个问题。 我已经进入了Android项目>参考文献>浏览>但无法找到Microsoft.WindowsAzure.Ext

1 个答案:

答案 0 :(得分:1)

DERP

  

您需要将Azure Mobile Client NuGet包添加到所有   解决方案中的移动应用项目     - Ken Tucker