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

  1. tried set host ip address in eclipse -> window -> preference -> android -> launch. didnt work.
  2. 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

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -