My android emulator can't access the internet. It is connected to the "network". It can see machines/servers in the local network, but nothing beyond that. I can see the 3g icon at the top right.
From my code I'm trying to download something from a server on the Internet and I'm getting UnknownHostException. I have the android.permission.INTERNET set in the manifest, but obviously that is not the issue since not even the OS's browser can open websites. I think I can't expect my code to be able to access the Internet if not even the browser can.
After all my googling most people keep talking about configuring a proxy, but I'm not connected to the internet using a proxy in the computer. Is this something that needs to be set up anyway ? Any other settings that need to be checked ?