Re: [android-developers] Not able to connect to REST service from application in device

2012-07-02 Thread Todd Grigsby
To clarify, it sounds like your device is trying to connect to the wrong machine. This has nothing to do with REST. You may want to debug your application and see what port and address it's trying to connect to. -- You received this message because you are subscribed to the Google Groups "Andro

Re: [android-developers] Not able to connect to REST service from application in device

2012-07-02 Thread TreKing
On Sun, Jun 24, 2012 at 2:07 AM, sunil wrote: > When we run app in emulator it works fine but when I run/debug it on > device, it gives error "Connection Refused". > > Please tell me how can I consume REST service from application running on > device. > Get a device that can successfully connect

[android-developers] Not able to connect to REST service from application in device

2012-06-29 Thread sunil
Hi, We are creating an Android App which receives data from REST service. When we run app in emulator it works fine but when I run/debug it on device, it gives error "Connection Refused". Please tell me how can I consume REST service from application running on device. -Sunil -- You receiv