Unable to connect backend server with android emulator -
hi developing , android application communicates backed server. tested application inside working environment working fine... able connect server , got response...
but when went testing in clients environment, unable connect end server.. used lan access web server...
the problem having unknown host name..
insted of giving host name gave ip address host , application got response server, if change ip address dns unable connect..
i tried several options
- tried set host ip address in eclipse -> window -> preference -> android -> launch. didnt work.
- i tried launch emulator command line using following command emulator -avd myavd -dns-server x.x.x.x 1 didn't work.
since time limited deploy need help.
Comments
Post a Comment