C# Xamarin:无法添加Microsoft.AspNet.WebApi.Client引用

C# Xamarin:无法添加Microsoft.AspNet.WebApi.Client引用,c#,android,asp.net-web-api,xamarin,nuget,C#,Android,Asp.net Web Api,Xamarin,Nuget,在尝试使用Xamarin开发简单的Android应用程序时,我遇到了一个问题。通过Nuget Package Manager安装Microsoft.AspNet.WebApi.Client会产生以下结果: Error Could not install package 'Microsoft.AspNet.WebApi.Client 5.2.3'. You are trying to install this package into a project that targets '

在尝试使用Xamarin开发简单的Android应用程序时,我遇到了一个问题。通过Nuget Package Manager安装Microsoft.AspNet.WebApi.Client会产生以下结果:

Error       Could not install package 'Microsoft.AspNet.WebApi.Client
5.2.3'. You are trying to install this package into a project that targets 
'MonoAndroid,Version=v6.0', 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.   
我如何解决这个问题(有或没有NuGet)

编辑:


解决方案是使用Xamarin Studio将此软件包下载到解决方案中。

在Android应用程序中使用WebApi,您希望实现什么?我有点怀疑这是否可能。WebApi是为服务器而不是为移动设备开发的。@Jakub Holovsky我需要HttpClientFactory的参考资料,以连接我现有的Web API我使用Xamarin Studio,但我仍然存在此问题。llia,你能在Xamarin Studio上安装它吗?我在安装时也遇到问题。