I want to provide access to an Android emulator via VNC to let people test my App.
So far I could start the Android emulator with following command:
emulator -avd ice -verbose -qemu -vnc :2
I could also connect to it at port 5902
but I can't do any input, I don't know how to forward my mouse to the qemu.