The joy of creation story mode command line

broken image

Except for a few operations such as cloning and renaming, there is no need to specify the instance when callingĮmulator configuration: mainly involves the modification of the emulator properties, and the emulator needs to be specified when callingĮmulator control: mainly involves the control of the Android system, such as installing the app, starting/closing the app, disconnecting the network, etc. “ emulator management“, “ emulator configuration“, “ emulator control“, and “ adb command“:Įmulator management: It mainly involves the startup and shutdown of the emulator, import and export, creation and deletion, running status query, etc. The MEMUC command is divided into four categories: Memuc remove -n MEmu_2 (or –name MEmu_2) //The 1st VM name is MEmu, 2nd is MEmu_1 … Memuc clone -i 0 (or –index 0) //The 1st VM index is 0, 2nd is 1, 3rd is 2 … First of all, you need to pass over the index or the name of the target VM. Memuc supports to manipulate multiple instances (VMs) such as reboot emulator, check status, install apk, run app and etc. So read this article and you will know everything about this powerful command. It is designed to replace all other command interfaces like memu, memumanage, memuconsole and adb. Since MEMU Android Emulator 6.0, MEmu supports a new full-functional command MEMUC.

broken image