New Android Layout Editor Missing Everywhere

I read all the tips on "Open With .." to get a new layout editor in eclipse. Unfortunately, I no longer see the Layout editor in any list, even in the settings. There is Legacy, but I suppose that is not correct.

I used to see the layout editor once, but then I wanted to check the xml code. After that, there is no longer a layout editor.

+2
source share
1 answer

Right click in xml layout file and select Open With | Android Common XML Editor Open With | Android Common XML Editor , then select the Graphical Layout tab.

+8
source

Source: https://habr.com/ru/post/896496/


All Articles