0

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..

Suraj Makhija
  • 1,376
  • 8
  • 16
Željko Krnjić
  • 2,356
  • 2
  • 17
  • 24

3 Answers3

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.

Community
  • 1
  • 1
1

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

Bharat
  • 1,044
  • 15
  • 34
1

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

enter image description here

Željko Krnjić
  • 2,356
  • 2
  • 17
  • 24