相信小伙伴们在使用ADT/Eclipse开发android碰到过这种情况:Graphical Layout无法显示,束手无策。
此时在Error Info中有提示:"This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in".
Google/Baidu中的解决办法如下:
- 点击 Help > Install New Software.
- 在 Work with 的输入区域里, 输入: https://dl-ssl.google.com/android/eclipse/
- 选择 Developer Tools / Android Development Tools.
- 点击 Next 并完成安装.
我也碰到了此情况,按照以上步骤折腾半天,仍然无法解决。最后没有办法甚至重新下载adt-bundle-windows-x86-20131030.zip也无济于事。
按照Android开发环境重新设置,Graphical Layout仍然显示那个破提示。
最后,回想自己搞坏ADT前的一些动作:
没错,就是download了Android 4.3的SDK。OK,那就卸载掉这个版本的SDK啦。。。
卸载完成,重启Eclipse,OK。
总结:当你碰到Graphical Layout无法显示,有"This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in"时,没准,你卸载掉Android 4.3的SDK就OK了哦。
卖糕,浪费我一天时间啊。