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

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

    When you test with device you want to add your PC ip address.

    in pc run in cmd Ipconfig

    in ubuntu run terminal ifconfig

    Then use "http://your_pc_ip_address:8080/register" insted of using "http://10.0.2.2:8080/register"

    in my pc = 192.168.1.3
    

    and also add internet permission to Manifest

    
    

提交回复
热议问题