I am trying http connection over android
问题 I am a newbie on android development and i am having this error message while testing to send an sms over http connection and get a return string. below is the http api: http://server:port/CreditCheck/checkcredits?username=xxxxx&password=xxxx I get java.io.ioexception , i dont know how to track further and it is really giving me headache. public class Sender { // Username that is to be used for submission String username; // password that is to be used along with username String password; //