您的位置:首页 > 编程语言 > Java开发

【Android】Eclipse报This version of the rendering library is more recent than your version of ADT ...

2013-10-23 11:06 423 查看
最近使用 Help --> Check for Updates 升级了Eclipse部分插件,之后新建4.3的工程,res/layout 下的xml布局文件无法预览了,

一预览总是报这个错:

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

上网查了一下,需要更新Eclipse插件:

Help --> Install New Softwares...,在Work with 中输入如下链接:

    https://dl-ssl.google.com/android/eclipse/

Eclipse会弹出提示有更新,但是有没有发现非常慢?

打开 C:\Windows\System32\drivers\etc\hosts ,新增如下内容:

203.208.48.134 dl-ssl.google.com

再重启Eclipse试试上面的步骤,是不是会快很多?
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Android eclipse