Android java.net.SocketTimeoutException: Connection timed out

前端 未结 3 1762
礼貌的吻别
礼貌的吻别 2021-01-16 11:24

Recently I have encounter the following error in my program:

11-18 12:30:30.259: W/System.err(21368): java.net.SocketTimeoutException: Connection timed out
1         


        
3条回答
  •  死守一世寂寞
    2021-01-16 12:00

    this type of exception can also occur if firewall blocks the http or https service and to unblock that goto

    firewall->advanced settings -> and check the http or https options and saveenter image description here

提交回复
热议问题