Xamarin与teamcity提供参考错误

时间:2015-04-10 17:54:59

标签: c# android reference xamarin teamcity

我正在尝试为android项目设置teamcity,但在构建时我遇到了这个错误

Agent\DAgent.cs(8, 7): error CS0246: The type or namespace name 'RestSharp' could not be found (are you missing a using directive or an assembly reference?) 
Agent\DAgent.cs(9, 7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) 
Agent\DCAgent.cs(3, 7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) 
Agent\DCgent.cs(4, 7): error CS0246: The type or namespace name 'RestSharp' could not be found (are you missing a using directive or an assembly reference?) 
BootStrapper.cs(6, 7): error CS0246: The type or namespace name 'RestSharp' could not be found (are you missing a using directive or an assembly reference?) 
Controllers\DController.cs(11, 7): error CS0246: The type or namespace name 'RestSharp' could not be found (are you missing a using directive or an assembly reference?) 
Controllers\LController.cs(8, 7): error CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)

和其他这样的错误,现在我很困惑,因为在我的系统中的xamarin工作室中项目构建正常,RestSharp我添加了作为组件以及参考(RestSharp.Monodroid) 可以帮助一下这个

0 个答案:

没有答案