我目前正在学习如何开发跨平台应用程序我遇到了一个错误,我不知道它是否是错误,但当我尝试使用函数GetStringAsync时,如下图所示,它导致了一个错误,有人可以帮助我吗?protected override async void OnAppearing() var client = new HttpClient();
string a =await client.GetStringAsync://jsonplaceholder
我正试图在中设置一个iOS/Android跨平台PCL项目。using Newtonsoft.Json;The type or namespace name 'Newtonsoft' could not be found.我正在使用最新的Xamarin Studio (4.2.1 build 1)。单3.2.4.
使用PCL配置文件49