Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    This document is mainly suitable for users who build and compile robox container Android emulation.

Deployment Architecture

Main FrameworkImage Modified

                                                                                                                                                 Core Framework

...

Since the components and images required by the project are relatively large, and the process of  compilation takes time, we store the compiled images on the github repository. The link is: https://github.com/ysemi-computing/RoboxWidget.git


git clone https://github.com/ysemi-computing/RoboxWidget.git


After this step,  The code structure after downloading is as follows:


RoboxWidget/

├── android.img

├── components│  

├── grafana-server│  

├── node_exporter│  

├── perf_exporter│  

└── prometheus

└── README.md

...