how to embed android emulator in HTML page

前端 未结 2 2127
故里飘歌
故里飘歌 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

提交回复
热议问题