Reputation: 23
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.
Upvotes: 1
Views: 139
Reputation: 101
It happens to me too,
the only ways I found to fix this issue is: at the top of Designer window
OR
the second choice is better because you will still able to see the same theme from API 22.
Upvotes: 0
Reputation: 746
from xml view, check your right side, there was an option for for "Preview"
Upvotes: 0
Reputation: 3193
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.
Upvotes: 1