Skip to content

Setting up an android emulator for droiuby

Joseph Emmanuel Dayo edited this page Nov 16, 2013 · 2 revisions

There is not a lot of special setup for droiuby on the emulator however to make it work properly for the commandline tools, you must do the following:

Bind port 4000 to a local port so that you can access the droiuby console from your web browser:

assuming port 5554 is the port that the emulator is running in (you can see the port listed in the emulators title bar):

open up a telnet session

telnet localhost 5554

setup redir

redir add tcp:4000:4000

After that run droiuby and you should be able to access the droiuby console via http://localhost:4000

To access a droiuby web app on your host machine you can use:

10.0.2.2:[port]

from the droiuby url