Hi everyone,

I have an android app, which I run on my emulator & my local server.
Now, I want the android app on my mobile, (which I managed to get ) to
run with my local server. So, app would be on my android device & the
back end server will be on my local machine.

So, when I tried to connect the app to the server using the URI
http://10.0.2.2:8080/JSPPATH i got connection timed out, and when I
use the URI as http://localhost:8080/JSPPATH then i get connection
refused.

How could I resolve this problem ?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to