我试图在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