How can I access my localhost from my Android device?

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

    Use this in your ubuntu/Macbook to get the ip address of your system. Your mobile and system should be in the same network

    ip addr | grep inet This will give you an ip address which looks like 192.168.168.46. Use this in your smartphone.

    Hope this helps.

提交回复
热议问题