I have installed the ADB plugin extension for Chrome and enabled USB debugging. I can see my device listed for inspecting and that works fine.
What I don't know is how to map my developing website which is run on a virtual machine on 192.168.56.2
. I don't know how to configure the port forwarding option.
So for my local development machine (Mac OS), I have this hosts config:
sandbox.local 192.168.56.2
and I access http://sandbox.local
to see my website.
But I don't know how to do that on my Android device to debug the website layout for mobile.
What I tried:
Enable Port forwarding and 8088 -> 192.168.56.2:80
now when I go to my mobile device and enter:
localhost:8088
I see localhost not found message. Can someone help me set this up?
Chrome now includes Mobile Emulation feature, with which you can emulate a device regardless of where the page is.