Android和MonoTouch的Mono谷歌驱动API

Android和MonoTouch的Mono谷歌驱动API,mono,xamarin.ios,xamarin.android,google-drive-api,Mono,Xamarin.ios,Xamarin.android,Google Drive Api,我刚刚尝试用Mono for Android连接到我的google drive帐户,但失败了 C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(2,2): Error: Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'System.Web, Versio

我刚刚尝试用Mono for Android连接到我的google drive帐户,但失败了

C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(2,2):
Error: Exception while loading assemblies: System.IO.FileNotFoundException: Could not
load assembly 'System.Web, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a'. Perhaps it doesn't exist in the Mono for Android 
Profile?

Filename: "System.Web.dll"

at Monodroid.Tuner.MonoDroidResolver.Resolve(AssemblyNameReference reference,
ReaderParameters parameters)
at Xamarin.Android.Tasks.ResolveAssemblies.AddAssemblyReferences(List`1 assemblies,
AssemblyDefinition assembly)
at Xamarin.Android.Tasks.ResolveAssemblies.AddAssemblyReferences(List`1 assemblies,
AssemblyDefinition assembly)
at Xamarin.Android.Tasks.ResolveAssemblies.AddAssemblyReferences(List`1 assemblies,
AssemblyDefinition assembly)
at Xamarin.Android.Tasks.ResolveAssemblies.AddAssemblyReferences(List`1 assemblies, 
AssemblyDefinition assembly)    
at Xamarin.Android.Tasks.ResolveAssemblies.Execute() (AndroidApp)
我将System.Web.dll添加到我的共享库项目中,但没有任何区别

我也无法编译,因为某些名称空间不受支持


有人知道如何将google drive api与Mono一起用于Android和MonoTouch吗?

您需要从源代码处编译

它不起作用的原因是存在这些编译器错误——当试图在Mono for Android上使用它时,这些是真正的问题

您必须找到每个问题并解决它,才能使用该库。看看是否有Silverlight版本可以作为起点