Android异常问题求解答

Android项目问题:报错:com.caucho.hessian.client.HessianRuntimeException: java.net.ConnectException: failed to connect to /10.73.218.41 (port 8888): connect failed: ETIMEDOUT (Connection timed out)

            UserService userService = null;
            String url = "http://10.73.218.41:8888/hessianService/hessian";

            HessianProxyFactory factory = new HessianProxyFactory();

            userService = (UserService) factory.create(UserService.class, url);

AndroidManifest.xml中又没有添加网络权限呢?

超时了,检查下你的ip 地址,没有连上服务器

超时错误,网络不好,后者后台接口处理耗时等