Android 中的 Web 服务问题
我正在使用代码调用 json webservice
HttpClient client = new DefaultHttpClient();
HttpGet method = new HttpGet(Url);
HttpResponse response = client.execute(method);
执行最后一行后,应用程序总是捕获异常。
任何人都可以帮助我吗?
I am calling a json webservice using the code
HttpClient client = new DefaultHttpClient();
HttpGet method = new HttpGet(Url);
HttpResponse response = client.execute(method);
After executing the last line,app always catching the exception.
Could any one help me in this??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您好,您能告诉我您遇到了什么异常吗?还要检查是否添加了以下权限。
Hi Can you let me know what exception you are getting. Also check whether the below permission is added.