8

我遇到了一个问题

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

我从以下方面尝试过:Eclipse 报告渲染库比 ADT 插件更新

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 所建议),我又回到了我的第一个问题,这个消息关于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.

请帮助家伙..

4

3 回答 3

3

将您的 DDMS 和 ADT 更新到最新版本的帮助>检查更新。这解决了我的问题!

于 2014-02-13T05:34:25.103 回答
0

下载最好的 Eclipse ADT Bundle,去这里下载它http://developer.android.com/sdk/index.html你可以运行 sdk manager 来检查任何类型的更新。

于 2014-02-16T14:23:43.427 回答
0

从 google下载并安装Eclipse/ADT 包。Eclipse 不需要任何更新,您只需要运行 SDK 管理器来检查一些更新并安装您想要的任何以前的版本。

我在最初的 Eclipse 安装之后做了这个,后来添加了 ADT,决定它不想再运行了(启动时崩溃)。该软件包比以前的东西效果更好,即使它们都是最新的。

您还可以将之前 sdk 文件夹中的任何内容复制到新文件夹中,这样您就不必再次安装它。

于 2013-11-08T08:02:48.023 回答