Skip to main content

Simulator

Init

Environment

ZeppOS Simulator only supports running in Ubuntu environment. We will gradually support other environments, please pay attention to subsequent version and announcement

Please download and install the Ubuntu environment.

Dependency

Download the environment installation script, run it and wait for the dependency installation to finish.

Client

Download ZeppOS Simulator Client and install.

After installation, use the terminal to start.

root@ubuntu:~# simulator

Administrator permission is required for execution.

$ is General permission, # is administrator permission.

or run

sudo chmod -R 777 /dir

-R refers to cascade application to all subdirectories and files in the directory

777 refers to all users have the highest authority

/dir refers to folder that needs to be released. This is the simulator installation directory

When the terminal displays

DevTools listening on ws://127.0.0.1:XXXX...

Indicates successful startup

Please do not shut down the terminal, which will be used always.