0

Android Studio Problem Screenshot

I'm new to android programming, but when I opened android studio, I can't see the layout editor. I've tried opening new projects from scratch, but the same thing happens. It just shows the XML code editor instead of the "drag and drop" layout editor. Does anyone know how to fix this? Thanks.

Ash ESO
  • 13
  • 3

3 Answers3

1

In the SS you have posted there is build running, and layout editor is available only after build is finished.

nonetheless, after build is finished you can easily access layout editor in android studio 3.6 by pressing the buttons near top-right corner enter image description here

Dhruv garg
  • 689
  • 7
  • 22
0

Did you check by pressing Control+B, Kindly press Ctrl + B on the design screen and it will open the XML layout for you.

RobC
  • 22,977
  • 20
  • 73
  • 80
Syed Fahad
  • 137
  • 9
0

enter image description here

There are three options for viewing your layout resources. You can view the XML, the XML along with the design, or just the design. You can navigate through these options by clicking the buttons of the top right of this image

Ebenezer Mathebula
  • 271
  • 1
  • 5
  • 19