I have a local server running with wamp. I would like to open a web browser in the Android emulator to access a local website. I tried localhost, 127.0.0.1 (they yield "not found") and my ip address (yields: "you don't have permission").
How can I do that?
Thank you