I am using genymotion emulator and pulled hosts file from it using
adb remount
adb pull /system/etc/hosts C:\Users\Rkn09\Desktop\hosts
and I added new mapping like 192.168.0.115 xxx.mydomain.com and I pushed it back to emulator using
adb push C:\Users\Rkn09\Desktop\hosts /system/etc/hosts
but when I make a request to xxx.mydomain.com its not redirecting to my local machine in LAN 192.168.0.115. I even checked the hosts file using cat /etc/hosts and it has my mapping, can anyone help me with this issue.
PS: Same process is woking fine in Mac OS X EI Captain, I am getting this problem in windows7