Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

I have an application running on my machine(pc). Initially I was running this application on 0.0.0.0:portNumber. Emulator was able to access it using the standard alias 10.0.2.2:portNumber. Now for production reasons I have to run this application on the machines ip address. The problem I m facing now is how to access the app from the emulator , 10.0.2.2:portNumber is no longer accessible . Thanks

share|improve this question

closed as too localized by roxan, ce4, Zuul, Al Everett, Richard Borcsik Aug 22 '12 at 17:52

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Well I was doing as mistake. Binding the app to 0.0.0.0 makes the app available across all interfaces.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.