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

Using Gradle

https://stackoverflow.com/a/20167880/2265926

In XML

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

In IDE

Just try changing android version while rendering layout.

In Eclipse :

enter image description here

In Android Studio :

enter image description here


Go to Help >> Install new software and add install https://dl-ssl.google.com/android/eclipse/ then select Developer Tools and click on next to begin install

or

Change the API version in XML.