How to start emulator in fuchsia?

Raghuvamshikrishna Boine
Raghuvamshikrishna Boine

Posted On: Apr 06, 2020

 

To start Fuchsia in an emulator, you need to have an Android emulator, preconfigured Vulkan drivers for GPU, git, and Fuchsia source tree. Then, you have to build the files using the following commands,

//building
Fx set workstation.x64
Fx build
//running
//fx run -g -K -E -q - /Android/SDK/emulator

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Google fuchsia Interview Questions

    What is Google fuchsia?

    Google Fuchsia is an open-source operating system still in development. First appeared on Git in 2016, this open-source OS is intended to run on ARM64, X86-64. Based on the Zircon kernel, the Fuchsia&...

    Google fuchsia Interview Questions

    In which programming language fuchsia is written?

    Fuchsia is written in C, C++, Dart, Go, Rust, and Java....