Hi everyone,
I just started developing with Android and already ran into a major issue. I upgraded the SDK to 2.0.1 and created a new AVD with it. I found some errors/problems in Eclipse which made me restart Eclipse. On restart, I was asked to upgrade the ADT plugin to the latest version. Doing so, I now end up in a no longer working Eclipse. It states
"An error has occurred. See the logfile..."
The logfile reads like this:
!SESSION Tue Dec 08 13:40:49 CET 2009 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2009-12-08 13:40:49.687
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:315)
at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
I am running Eclipse 64bit for Cocoa on Mac OS 10.6.2 with Java 1.6.0_17
I also have Subclipse installed in Eclipse.
Does anyone have a clue how I can fix this without reinstalling Eclipse? (Actually, this is a matter of plugins [Subclipse, ADT] requiring tedious work).
Thanks in advance,
Steff


