sri wrote:
> Hi I am trying to establish the connection between mobile and PC.I am
> running server program on PC, when I run the below code server not
> displaying any response message.When I send the request from mobile
> browser server displaying response message. I am working on
> SDK_1.1.Please suggest me on program
> code........................................
<snip>
> HttpPost httppost = new HttpPost("http://157.182.195.189:6666/");
That almost assuredly will not work. If that IP address is your
development PC itself, try replacing it with 10.0.2.2. Otherwise, read
up on your options here:
http://developer.android.com/guide/developing/tools/emulator.html#emulatornetworking
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy
Android App Developer Training: http://commonsware.com/training.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---