1# VM launcher app 2 3## Building 4 5This app is now part of the virt APEX. 6 7## Enabling 8 9This app is disabled by default. To re-enable it, execute the following command. 10 11``` 12adb root 13adb shell pm enable com.android.virtualization.vmlauncher/.MainActivity 14``` 15 16## Running 17 18Copy vm config json file to /data/local/tmp/vm_config.json. 19And then, run the app, check log meesage. 20