localhost/127.0.0.1:8080 - Connection refused

Exception 1:java.net.ConnectException: localhost/127.0.0.1:8080 - 

Connection refused

android模拟器把它自己作为了localhost
如果你想在模拟器simulator上面访问你的电脑,使用android内置的IP 10.0.2.2

将http://localhost/127.0.0.1:8080改为http://10.0.2.2:8080

posted on 2013-08-14 00:12  蒜头大葱  阅读(921)  评论(0编辑  收藏  举报

导航