【发布时间】:2013-11-15 08:30:00
【问题描述】:
我正在尝试在 Xamarin Studio for Mac 中设置 iOS/Android 跨平台 PCL 项目。
但是,参考资料下没有列出参考资料。所以我无法导入
using Newtonsoft.Json;
我收到此错误:
The type or namespace name 'Newtonsoft' could not be found. Are you missing an assembly reference?
我正在使用最新的 Xamarin Studio(4.2.1 build 1)。单声道 3.2.4。
使用 PCL 配置文件 49
【问题讨论】:
标签: xamarin portable-class-library