Search code examples
androidxmleclipseandroid-layoutandroid-sdk-tools

Eclipse: Error in xml Graphical Layout after the new update


I updated the Android tools, etc from :

  • SDK Manager
  • help->check for updates
  • help-> Install new Software...

It is actually an improvement with fragment now included when creating an activity.

I get this error in each and every Graphical layout of every xmlenter image description here

Error Log:enter image description here

I added layoutlib-api-22.4.2.jar Add to build path in the project but didn't worked !

How to solve this issue ?

Thanks in advance


Solution

  • Oh, just changing the Android version to use when rendering layouts situated at top right corner avoid the problem :)enter image description here Now I didn't get any error! :)