unable to control android emulator from novnc client in browser (chrome) -
i have startup android emulator built-in qemu vnc server using following command on osx lion:
$emulator -avd avd_name -qemu -vnc :1
after want able control emulator through chrome browser find novnc (https://github.com/kanaka/novnc)
$openssl req -new -x509 -days 365 -nodes -out self.pem -keyout self.pem $./utils/launch.sh –vnc localhost:5901
the result can see screen of android emulator cannot control emulator web browser (i use chrome) , problem?
Comments
Post a Comment