How to connect to my http://localhost web server from Android Emulator

前端 未结 11 1879
礼貌的吻别
礼貌的吻别 2020-11-22 02:03

What can I do in the Android emulator to connect it to my localhost web server page at http://localhost or http://127.0.0.1?

I\'ve tried it

11条回答
  •  旧时难觅i
    2020-11-22 02:21

    according to documentation:

    10.0.2.2 - Special alias to your host loopback interface (i.e., 127.0.0.1 on your development machine)

    check Emulator Networking for more tricks on emulator networking.

提交回复
热议问题