我遇到了
的问题This version of the rendering library is more recent than your version of ADT plug-in.
Please update ADT plug-in
我从以下方面尝试过:Eclipse reports rendering library more recent than ADT plug-in
1. Click Help > Install New Software.
2. In the Work with field, enter: https://dl-ssl.google.com/android/eclipse/
3. Select Developer Tools / Android Development Tools.
4. Click Next and complete the wizard.
新问题:
An error has occurred. See error log for more details.java.lang.NullPointerException
我在Windows cmd上尝试了这个(再次通过一些stackoverflow论坛):
eclipse -clean -clearPersistedState
但我没有任何解决方案
这是新消息:
An error has occurred. See error log for more details.com/android/utils/SparseArray
错误日志有很多消息,如:
Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
每当我尝试打开任何布局xml文件时都会显示
恢复之后(正如aumand所建议的)我再次回到我的第一个问题,这个msg关于xml文件的图形布局(我不记得确切的单词,但我认为问题类似于>>>库我使用的是4.1.2,而taget已经加载了4.4)This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in.
Plz帮助guyz ..
答案 0 :(得分:3)
将您的DDMS和ADT更新为最新版本表单帮助>检查更新。这解决了我的问题!
答案 1 :(得分:0)
从谷歌下载并安装Eclipse/ADT bundle。 Eclipse不需要任何更新,您只需要运行SDK管理器来检查一些更新并安装任何以前的版本。
我在最初的Eclipse安装之后做了这个,后来添加了ADT,决定它不想再运行(启动时崩溃)。该软件包比以前的软件更好用,即使它们都是最新的。
您还可以将以前的sdk文件夹中的任何内容复制到新文件夹中,这样就不必再重新安装了。
答案 2 :(得分:0)
下载最好的Eclipse ADT捆绑包,到这里下载http://developer.android.com/sdk/index.html,然后运行sdk manager来检查是否有任何类型的更新。