I created a demo .net webservice in visual studio and I'm trying to run in my local browser using localhost. This gives one of the errors below:
1) XML pull parser exception when my address = IP + portnumber
2) Unknown host exception when my address = emulator port + localport
3) Connect exception failed to connect local host when my address = localhost + port number
How to create AVD using CMD?