Android hosts file usage
Posted
by
dominos
on Stack Overflow
See other posts from Stack Overflow
or by dominos
Published on 2010-11-13T22:25:59Z
Indexed on
2011/01/29
23:25 UTC
Read the original article
Hit count: 204
android
|hosts-file
I have the following problem:
I make a custom hosts file to test some features of my application and then push it to my android emulator. The thing is that these settings do not take effect immediately. I have to wait about 10 minutes before they become active.
So my question is: how to make the new hosts file active instantly? I have many different settings to test and I can't wait 10 minutes every time.
© Stack Overflow or respective owner