Once you have Fuchsia up and running on a device or emulator, check out the following resources:
ffx
is a host tool for Fuchsia target workflows that provides the consistent development experience across all Fuchsia environments and host platforms.
The following are some of ffx
command examples:
Display the list of devices:
ffx target list
Display the device information:
ffx target show
Print the device logs:
ffx log
Reboot the device:
ffx target reboot
To try out Fuchsia's sample software, check out the guides below:
The basic executable units of software in Fuchsia are components, and these components interact with each other using FIDL (Fuchsia Interface Definition Language) protocols.
To learn more about Fuchsia components and FIDL, check out the guides below:
When you're ready to contribute to the Fuchsia project, see Contribute changes.
For more information on Fuchsia's development workflows, check out the following resources: