Eclipse reports rendering library more recent than ADT plug-in
On a new Android SDK installation, the Eclipse Graphical Layout is blank, rather than showing the rendering of the layout. Eclipse displays this message:
This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in.
The bug report Eclipse reports rendering library more recent than ADT plug-in lists the steps to reproduce. How do I fix this?
Solution 1:
- Click Help > Install New Software.
- In the Work with field, enter:
https://dl-ssl.google.com/android/eclipse/
- Select Developer Tools / Android Development Tools.
- Click Next and complete the wizard.
Solution 2:
Change android version while rendering layout.
Change in API version 18 to 17 work for me.
Edit: Solution worked for Android Studio too.
Solution 3:
The Reason for Warning is your using Old ADT (Android development tools), so Update your ADT by following the procedures below
Procedure 1:
- Inside Eclipse Click Help menu
- Choose Check for Updates
- It will show Required Updates in that window choose All options using Check box or else choose ADT Updated.
Procedure 2:
Click Help > Install New Software. In the Work with field, enter: https://dl-ssl.google.com/android/eclipse/ Select Developer Tools / Android Development Tools. Click Next and complete the wizard.
Solution 4:
Am i change API version 17, 19, 21, & 23 in xml layoutside
&&
Updated Android Development Tools 23.0.7 but still can't render layout proper so am i updated Android DDMS 23.0.7 it's works perfect..!!!