android eclipse errors,java - Android ADT Eclipse install errors - Stack Overflow

狄峰
2023-12-01

Installed Eclipse and the ADT package, 2.3 SDK etc, but get thrown a whole mess of errors on startup and I need some guidance, my searches haven't found the solution I'm looking for, just single errors as opposed to the entire stack I'm getting.

Could not create the view: org.eclipse.wst.server.ui.ServersView

Could not create the view: org.eclipse.datatools.connectivity.DataSourceExplorerNavigator

!ENTRY org.eclipse.ui 4 4 2013-06-26 09:45:18.955

!MESSAGE Conflicting handlers for org.eclipse.jdt.ui.edit.text.java.open.editor: {ActionHandler(org.eclipse.jdt.ui.actions.OpenAction@5a1755b3)} vs {ActionHandler(org.eclipse.jdt.ui.actions.OpenAction@31fb88fa)}

!ENTRY org.eclipse.ui 4 4 2013-06-26 09:45:18.957

!MESSAGE Conflicting handlers for org.eclipse.ui.edit.cut: {ActionHandler(org.eclipse.ui.actions.TextActionHandler$CutActionHandler@6e9b8445)} vs {ActionHandler(org.eclipse.ui.actions.TextActionHandler$CutActionHandler@240906be)}

!ENTRY org.eclipse.ui 4 4 2013-06-26 09:45:18.959

!MESSAGE Conflicting handlers for org.eclipse.ui.edit.copy: {ActionHandler(org.eclipse.ui.actions.TextActionHandler$CopyActionHandler@493ad9ad)} vs {ActionHandler(org.eclipse.ui.actions.TextActionHandler$CopyActionHandler@36a9126a)}

!ENTRY org.eclipse.ui 4 4 2013-06-26 09:45:18.961

!MESSAGE Conflicting handlers for org.eclipse.ui.edit.paste: {ActionHandler(org.eclipse.ui.actions.TextActionHandler$PasteActionHandler@c31132)} vs {ActionHandler(org.eclipse.ui.actions.TextActionHandler$PasteActionHandler@69dea02)}

**(these go on and on and on)**

!ENTRY org.eclipse.jface 4 0 2013-06-26 09:45:18.345

!MESSAGE Unable to resolve plug-in "platform:/plugin/org.eclipse.datatools.connectivity.ui.dse/icons/full/cview16/enterprise_explorer.gif".

!STACK 0

java.io.IOException: Unable to resolve plug-in "platform:/plugin/org.eclipse.datatools.connectivity.ui.dse/icons/full/cview16/enterprise_explorer.gif".

at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64)

at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:75)

at org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:67)

at org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:112)

at java.net.URL.openConnection(Unknown Source)

at org.eclipse.core.internal.runtime.PlatformURLConverter.toFileURL(PlatformURLConverter.java:33)

**As do these**

I am a complete noob so go easy, I've followed all the install steps I've found and yet to get it working, and can't figure it out on my lonesome.

EDIT:

Reinstalled all of Java. I'm still getting the Conflicting Handlers errors, and have this up permanently "activity_main.xml will refresh automatically once the process is finished."

 类似资料: