Is there a design option for .xml in DevEco Studio?

Viewed 51

In android studio, we get 2 options when we click on a .xml file. 1)Design 2)Test Do we have similar features in DevEco studio? I did not find the design option when I click on any .xml file.enter image description here

2 Answers

You don't have design window in DevEco Studio, Instead you are provided with Previewer to view the design changes,

enter image description here

To Access Previewer, select View > Tool Windows > Previewer

enter image description here

According to the team's confirmation, Java UI is not supported currently, but JS UI low-code development is supported.

For more details about JSUI low code development, pls refer to this Docs.

Related