How can I access my localhost from my Android device?

前端 未结 30 2258
面向向阳花
面向向阳花 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:25

    I used this process:

    • Install Fiddler on the PC
    • Set up PC and Android device following these excellent instructions
    • Simply go to the browser on the Android device and type in http://ipv4.fiddler to access the localhost

    Note that this process requires you to change the WiFi settings on the Android device at the start and end of every session. I found this less painful then rooting my Android device.

提交回复
热议问题