Željko Krnjić
Željko Krnjić

Reputation: 2366

Android Studio problems loading xml layout view

I have a problem in Android Studio 2.0.0. The problem is it won't render my xml layout file but it was working the last few months, it did sometimes throw Rendering Problems error but it worked after i press on the refresh button.. now it just doesnt wanna render the scene.. Img with the error is below.

enter image description here

I tried to click on refresh button, clear cache, restart android studio but nothing seems to be working..

Upvotes: 0

Views: 1399

Answers (3)

Željko Krnjić
Željko Krnjić

Reputation: 2366

I managed to get it working by setting the "Android version when rendering layouts in IDE" to 23...

enter image description here

Upvotes: 1

Bharat
Bharat

Reputation: 1082

Try to clean the project and then rebuild it...Most of times this would work.Hope it helps..

Upvotes: 1

Maybe if you post the XML Code we can help you. But as you can see you have a problem with ActionBarOverlayLayout. Here is a little help for it.

Upvotes: 1

Related Questions