0

I've been working with Android Studio for a bit now, learning how to develop apps. I've noticed that when I make a project, starting with a blank activity, it gives me rendering errors right from the start. Rarely am I ever able to actually see a preview of my XML layout in Android Studio. It seems like the default project starts off with a Coordinator Layout and that Android Studio has issues with that. Is there any way to correct this? Below is a screenshot of what I'm seeing.

enter image description here

This is only after creating a new project and adding a couple very basic elements to my XML layout. This was happening with Android Studio 1.5, and the 2.0 preview.

Lal
  • 14,726
  • 4
  • 45
  • 70
intA
  • 2,513
  • 12
  • 41
  • 66

2 Answers2

2

In the design tab you will see a little android guy with a '23' next to it. Click the drop down and select a different sdk. OR make sure you have the SDK version that is selected.

Will Evers
  • 934
  • 9
  • 17
1

Sometimes rendering problems occur with project, This can does because of high version not supported in android studio. Change lollipop to Jelly bean or ice cream sandwich.

Urvish Modi
  • 1,118
  • 10
  • 11