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

后端 未结 13 1841
一向
一向 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:06

    One of the basic and simple thing which leads to this error is: No Internet Connection

    Turn on the Internet Connection of your device first.

    (May be we'll forget to do so)

提交回复
热议问题