Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Blog Reader Android App Getting Data from the Web Requesting Data from the Web the Wrong Way

Why I am experiencing Unknownhost exception?

When I tried to run my app on the emulator (Lolipop ) It just works fine here. But, If I try to run the same app on my physical device(Gingerbread) I am getting the following error. "java.net.UnknownHostException: blog.teamtreehouse.com". Any suggestion how to fix this? Thanks

1 Answer

Patrick Cooney
Patrick Cooney
12,216 Points

Here is the actual error. It's not resolving the IP address for the url provided. There could potentially be a difference in that APIs structure between the various versions of Android you're using to test. Do you have 'http://' in front of blog.teamtreehouse.com? If not it may be failing to recognize what protocol it needs to use to retrieve the data?