Java unknown host exception

前端 未结 3 678
广开言路
广开言路 2021-01-07 21:59

I am trying to access textalertapp.com via HTTP Post request from my android application. But I am getting Unknown host error. Can anybody help me solve this issue.

3条回答
  •  旧时难觅i
    2021-01-07 23:02

    I just started receiving the "java.net.UnknownHostException" error when fetching content from a URL that previously worked perfectly.

    After going around in circles for a while, I manually deleted my project's /bin folder and cleaned the project in Eclipse (Project -> Clean), which fixed this error.

提交回复
热议问题