I\'m able to access my laptop web server using the Android emulator, I\'m using 10.0.2.2:portno works well.
10.0.2.2:portno
But when I connect my real Android phone, th
Try going to this file: C:\wamp\bin\apache\Apache2.2.11\conf\httpd.conf
C:\wamp\bin\apache\Apache2.2.11\conf\httpd.conf
# onlineoffline tag - don't remove Order Deny,Allow Allow from all // change it Deny Allow from 127.0.0.1
And change 10.0.2.2 to your IP address.