【发布时间】:2013-11-07 13:50:36
【问题描述】:
我遇到了问题
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 所建议),我又回到了我的第一个问题上是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.
请大家帮忙..
【问题讨论】:
-
不是真正的解决方案,但可能是一种解决方法:如果在更新过程中出现“某些问题”,那么您可以将 eclipse 安装恢复到以前的版本。这可以(取决于您的 Eclipse 版本)通常通过输入 Help > About Eclipse > Installation details > {Select a version before your update} > Revert 来完成
-
我认为一旦你需要重新安装eclipse并重新安装......
-
在这次更新中,我刚刚选择并更新了android开发工具
-
按照 aumand 所说的方式尝试恢复这一点
-
还原后,我又回到了我的第一个问题上是4.1.2,并且taget已加载4.4)>>>>此版本的渲染库比您的ADT插件版本更新。请更新 ADT 插件。$$$$ 但我不知道解决方案
标签: java android eclipse eclipse-plugin eclipse-adt