更新后插件的eclipse错误

Him*_*huR 8 java eclipse android eclipse-plugin eclipse-adt

我遇到了一个问题

This version of the rendering library is more recent than your version of ADT plug-in.
Please update ADT plug-in
Run Code Online (Sandbox Code Playgroud)

我从以下方面尝试了这一点: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.
Run Code Online (Sandbox Code Playgroud)

新问题:

An error has occurred. See error log for more details.java.lang.NullPointerException
Run Code Online (Sandbox Code Playgroud)

我在Windows cmd上试过这个(再次通过一些stackoverflow论坛):

eclipse -clean -clearPersistedState
Run Code Online (Sandbox Code Playgroud)

但我没有任何解决方案

这是新消息:

An error has occurred. See error log for more details.com/android/utils/SparseArray
Run Code Online (Sandbox Code Playgroud)

错误日志有很多消息,如:

Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
Run Code Online (Sandbox Code Playgroud)

它显示每当我尝试打开任何布局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.
Run Code Online (Sandbox Code Playgroud)

Plz帮助guyz ..

Har*_*ani 3

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