2

我在 OSX lion 上使用以下命令启动了一个带有内置 qemu VNC 服务器的 android 模拟器:

$emulator -avd avd_name -qemu -vnc :1

之后我希望能够通过我的 chrome 浏览器控制我的模拟器,所以我找到了 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

结果是我可以看到 android 模拟器的屏幕,但无法从 web 浏览器控制模拟器(我使用 chrome),问题出在哪里?

4

0 回答 0