org.apache.http.conn.HttpHostConnectException: Connection to http://localhost refused in android

后端 未结 13 1783
一向
一向 2020-12-02 20:42

I am making an application that uploads images to server and updates its database to server in android while executing it, it shows an error

Connection to ht         


        
13条回答
  •  春和景丽
    2020-12-02 21:25

    I had the similar issue, then I found out that wifi was not connected in my smartphone. After I turned on the wifi and connected to the similar network (with my laptop), there was another issue - laptop's firewall was blocking incoming connections. Once I fixed the firewall, I was able to communicate from my android app with the web service running on the laptop.

提交回复
热议问题