运行XamarinStore.Droid时无法加载程序集“Newtonsoft.Json”

时间:2014-12-10 02:11:54

标签: android xamarin json.net xamarin.android xamarin-studio

我正在尝试为Android运行Xamarin Studio示例应用程序XamarinStore。

但是,当我尝试运行应用程序时,我收到以下构建错误消息:

C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(675,2): monodroid error XA0000: Unexpected error - Please file a bug report at http://bugzilla.xamarin.com. 
Reason: System.IO.FileNotFoundException: Could not load assembly 'Newtonsoft.Json, Version=, Culture=neutral, PublicKeyToken=null'. 
Perhaps it doesn't exist in the Mono for Android profile?

我的Components文件夹上已经有了Json.NET框架。 我在References文件夹中也有Newtonsoft.Json参考。

我的安装/配置可能出现什么问题?

1 个答案:

答案 0 :(得分:2)

自动为您下载组件。它们应该在components / android / lib文件夹中。您可以手动添加它。此外,如果组件不工作,请尝试添加Json.NET nuget包。