0

I recently installed android studio but can't see the preview of the app.

my android studio screenshot

Zoe
  • 27,060
  • 21
  • 118
  • 148

3 Answers3

1

When you switch in the Layout.xml, on the bottom you will see two options: -Design -Text. Chose Text and then on the top right you will see Preview appears and so you can click Preview.

Johny
  • 625
  • 2
  • 6
  • 26
1

Go to Res->values->styles and change the name of your theme to base.theme. ex-> Theme.AppCompat.Light.DarkActionBar to Base.Theme.AppCompat.Light.DarkActionBar

developer
  • 81
  • 8
0

Please notice the value on the right of the small android icon, just above where the "preview" should be. There you should pick the API in wish the representation is made. If theres nothing to select there, you will need to install the necessary API packages.

enter image description here