地址:http://stackoverflow.com/questions/18852983/eclipse-reports-rendering-library-more-recent-than-adt-plug-in

This version of the rendering library is more recent thanyour version of ADT plug-in. Please update

预览layout.xml文件时提示:

This version of the rendering library is more recent than yourversion of ADT plug-in. Please update ADT plug-in

导致无法正常预览布局文件;

问题根源:SDK版本过高,ADT版本低;

解决办法有好几种,如下:

1.

  1. Click Help > Install New Software.
  2. In the Work with field, enter:https://dl-ssl.google.com/android/eclipse/
  3. Select Developer Tools / Android DevelopmentTools.
  4. Click Next and complete thewizard. 

2.

 

Change android version while renderinglayout.


This version of the rendering library is more recent than yourversion of ADT plug-in. Please update

3,

Change the Target version to new updates you have. Otherwise,change what SDK version you have in the Android manifest file.

 

android:minSdkVersion="8"android:targetSdkVersion="18"

备注:http://m.blog.csdn.net/article/details?id=20289247&from=timeline

欢迎加入 CSDN技术交流群:QQ群:681223095,方便问题讨论。博主不一定长期在线,但是qq群里会有很多热心的小伙伴,大家一起讨论解决问题。
关注公众号,更多学习内容给予推送,争取每日更新

This version of the rendering library is more recent than yourversion of ADT plug-in. Please update

相关文章: