android - How to access a server running inside genymotion emulator from my computer? -
i've installed simplehttpserver app on genymotion emulator (google nexus 9 - 5.1.0 - api 22).
the app created http server on android , allows access phone browser using following urls:
now can access these urls android browser inside emulator when try access them outside emulator using browser (windows) connection error / 404.
how can connect serversocket on android outside emulator?
p.s. can access apache server (installed on computer / windows) genymotion emulator using http://192.168.56.1/ or http://10.0.3.2, there no way access http server running inside genymotion emulator windows?
Comments
Post a Comment