Kill and Start Genymotion from terminal-
ps ax | grep "Player.app" | grep -v "grep" | xargs kill
VBoxManage list vms
/Applications/Genymotion.app/Contents/MacOS/player --vm-name
ps ax | grep "Player.app" | grep -v "grep" | xargs kill
VBoxManage list vms
/Applications/Genymotion.app/Contents/MacOS/player --vm-name
To access your localhost through Genymotion is using your mac IP address. To get your IP address type on Terminal - ifconfig
then search for IPv4, copy the IP and paste it in your URL.
For example
inet 192.168.1.81
It should looks like the following:
String exampleURL = "http://192.168.1.81:8080/....";
No comments:
Post a Comment