首页 > 其他 > 详细

This version of the rendering library is more ....

时间:2015-09-01 21:38:44      阅读:563      评论:0      收藏:0      [点我收藏+]

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

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

预览layout.xml文件时提示:

This version of the rendering library is more recent than your version 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 Development Tools.

  4. Click Next and complete the wizard. 

2.

Change  android version while rendering  layout..

技术分享

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"





This version of the rendering library is more ....

原文:http://my.oschina.net/u/2008084/blog/500318

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!