1

Rendering Problems The following classes could not be instantiated:

android.support.v7.internal.widget.ActionBarOverlayLayout (Open Class, Show Exception, Clear Cache)

What can be done to solve this? I can't get any preview for my XML coding.

rasik141
  • 23
  • 5

3 Answers3

1

I think it's not a final solution, but changing the Theme in design view from the base project theme to anything else allows it to build.

Lennon Spirlandelli
  • 3,131
  • 5
  • 26
  • 51
0

from xml view, check your right side, there was an option for for "Preview"

Atiar Talukdar
  • 668
  • 11
  • 22
0

It happens to me too,

the only ways I found to fix this issue is: at the top of Designer window

  1. Change the theme.

OR

  1. Change the API to 21 instead of 22.

the second choice is better because you will still able to see the same theme from API 22.