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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -