Based on this and this topic, which describe how to connect to your local development manchine from an android emulator, I have an additional question.
Basically I have on my windows machine multiple sites in my hostfile like so:
127.0.0.1 site1
127.0.0.1 site2
127.0.0.1 site3
Now if I want to connect to site2 from my app. It will not work when i do 10.0.2.2
So how could I fix this?
Thanks.