Android网络服务连接被拒绝

时间:2013-07-22 17:30:57

标签: android web-services rest

我正在尝试使用以下代码从android访问RESTful webservice。

ClientConfig config= new DefaultClientConfig();
    Client client=Client.create(config);
    WebResource service=client.resource("http://localhost:8085/JerseyTest/jersey/test/testing123");

但是我得到了以下例外。

07-22 16:53:15.450:E / AndroidRuntime(1491):引起:com.sun.jersey.api.client.ClientHandlerException:java.net.ConnectException:无法连接到localhost / 127.0.0.1(端口8085):连接失败:ECONNREFUSED(拒绝连接)

但网址在broswers中工作得很好,我也尝试关闭防火墙。任何人都可以帮我这个吗?

2 个答案:

答案 0 :(得分:0)

我认为,您应该通过拥有WebService的计算机的IP来更改localhost

答案 1 :(得分:0)

检查您是否添加了所有必需的权限并尝试使用IP地址而不是localhost