How can I access my localhost from my Android device?

前端 未结 30 2881
面向向阳花
面向向阳花 2020-11-21 05:53

I\'m able to access my laptop web server using the Android emulator, I\'m using 10.0.2.2:portno works well.

But when I connect my real Android phone, th

30条回答
  •  深忆病人
    2020-11-21 06:22

    Try going to this file: 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.

提交回复
热议问题