请问这个渲染库版本比你eclipse中的ADT插件版本更新怎么办?

How can I fix this version of the rendering library is more recent than your version of ADT plug-in in eclipse?

我将我的 android SDK 工具更新到 24.1.2,我更新到 Android API 22(即 5.1),然后我重新启动了我的 eclipse 并创建了新的 android 项目,目标 API 为 22,然后当我打开我的 XML 文件时,它没有显示任何预览。它显示错误:

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

转到帮助 >> 安装新软件并添加安装https://dl-ssl.google.com/android/eclipse/然后select开发者工具然后点击下一步开始安装

更改 XML 中的 API 版本。

使用Gradle

在XML

<uses-sdk
    android:minSdkVersion="14"
    android:targetSdkVersion="18" />

在IDE

渲染布局时尝试更改 android 版本。

在 Eclipse 中:

在 Android 工作室中: