I have a java application trying to post to a php file on an IIS server and when I execute the post I get the java.net UnknownHostException. I have the set in the androidmanifet.xml right above the application element. Can somebody please help?
Share
I figured it out. Turns out the emulator that was started through eclipse would not connect to the internet. Had to manually start it up. Does anyone know why the emulator through eclipse does not connect to the internet?