How can i fix This version of the rendering library is more recent than your version of ADT plug-in in eclipse

本小妞迷上赌 提交于 2019-12-03 10:54:15
Subhalaxmi

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.

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 :

In Android Studio :

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!