how to embed android emulator in HTML page

前端 未结 2 2128
故里飘歌
故里飘歌 2021-02-15 14:29

i am working on a project that enables a user to have a demo of an application that he is about to download.. something similar to https://www.manymo.com ; but i am struck on ho

相关标签:
2条回答
  • 2021-02-15 15:08

    One approach can be

    • Create a minimal android emulator image and install the app
    • Start a server that
      • starts the android emulator
      • has Chrome remote desktop
      • the size of the desktop is exactly the size of the emulator
    • In the browser, offer a Chrome remote view that connects to the server
    0 讨论(0)
  • 2021-02-15 15:14

    This is just a way on how to approach

    Create android emulator and install VNC server then use a web based vnc client and embeded it in your server .(most solutions need activex/java enabled browsers).

    webased VNC clients to look out for https://novnc.com/info.html

    embedding instructions

    https://github.com/novnc/noVNC/blob/master/docs/EMBEDDING.md

    0 讨论(0)
提交回复
热议问题