Unable to resolve host "<URL here>" No address associated with host name

Viewed 357700

In my Android application for reading RSS links, I am getting this error:

java.net.UnknownHostException: Unable to resolve host "example.com"; No address associated with hostname.

In my emulator I can connect to Google through a browser. Please help me to resolve this issue.

17 Answers

I had the same issue. My virtual device was showing a crossed-out WiFi icon at the top bar of the device. I rebooted the virtual device and everything was back to normal.

Related