在浏览器中输入http://localhost:8080/index.jsp没有问题,但是使用android模拟器,Console报System.err(1042): Caused by: java.net.ConnectException:localhost/127.0.0.1:8080 – Connection refused 。这说明连接本地的服务器被拒绝了。
解决办法:在cmd中,使用ipconfig命令查看本地的ip,将代码中的locathost修改成192.168.1.20(你的本地连接ip)搞定。