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

打开Eclipse或者ADT Bundle后,无法查看Activity的预览图,Eclipse提示"This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in".

这是由于ADT插件的版本必须和Android SDK Tools的版本保持一致
 

下面我们来解决这个问题。 

  1. 点击 Help > Install New Software.
  2. 在 Work with 的输入区域里, 输入: https://dl-ssl.google.com/android/eclipse/
  3. 选择 Developer Tools / Android Development Tools.
  4. 点击 Next 并完成安装.

 

如果出现更新失败的话,可以用以下办法  

 

This version of the rendering library is more recent than your version of ADT plug-in. Please update_第1张图片
 
可以看到上图ADT的版本为22.3.0,然后 直接打开  http://dl.google.com/android/ADT-22.3.0.zip
如果是其他版本号的话 只需把上面地址的22.3.0换成对应的版本号即可。
 
下载完成后,Eclipse---Help---Install New Software---Add,出现如下窗口
This version of the rendering library is more recent than your version of ADT plug-in. Please update_第2张图片
 
name自己填,点击archive 选择上面下载的adt,然后点击ok出现下图
This version of the rendering library is more recent than your version of ADT plug-in. Please update_第3张图片
 
接下去的步奏就不用我多说了。

你可能感兴趣的:(This version of the rendering library is more recent than your version of ADT plug-in. Please update)