emulation - How to connect android using novnc? -
first have installed novnc , sdk in linux, each of them runs correctly, however, don't know how connect emulator novnc. following commands used in experience. android list targets android create avd -n myavd -t 1 emulator -avd myavd -qemu -vnc 2 vncserver vncserver -geometry 1024x768 :1 ./utils/launch.sh --vnc 127.0.0.1:5901
Comments
Post a Comment