Outch, class not found on the wizard. I have  3.4.2 Build id:
M20090211-1700 running on x86/win32 with no issue, so that's quite
odd.

Would it be possible for you to try to remove ADT and reinstall it?
The steps of 3.4 are as follow (for 3.3 the UI was a bit different):
- Help > Software Updates
- Installed Software tab
- select Android DDMS, Android Development Tools and Android Editors
(tell me if it's there or not) and then click Uninstall on the right.
Let it compute dependencies, then Finish.
- Restart eclipse if you're asked for it.
- Reopen the panel, switch to the Available Software tab
- Check the line jar:file:C:\somepath\ADT-0.9_pre.zip!/
- Click Install
- Restart when requested to do so.

Let us know if that helps or not.
R/


On Wed, Apr 15, 2009 at 10:11 AM, Al <[email protected]> wrote:
>
> Eclipse Version:
>
> Version: 3.4.2
> Build id: M20090211-1700
>
> This is from the log file:
>
> !SESSION 2009-04-15 18:02:46.421
> -----------------------------------------------
> eclipse.buildId=M20090211-1700
> java.version=1.6.0_13
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
> Command-line arguments:  -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.ui 4 4 2009-04-15 18:09:22.671
> !MESSAGE Could not create action delegate for id:
> com.android.ide.eclipse.adt.project.NewXmlFileWizardAction
>
> !ENTRY org.eclipse.equinox.registry 4 1 2009-04-15 18:09:22.671
> !MESSAGE Plug-in com.android.ide.eclipse.adt was unable to load class
> com.android.ide.eclipse.adt.project.NewXmlFileWizardAction.
> !STACK 0
> java.lang.ClassNotFoundException:
> com.android.ide.eclipse.adt.project.NewXmlFileWizardAction
>        at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal
> (BundleLoader.java:483)
>        at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
> (BundleLoader.java:399)
>        at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass
> (BundleLoader.java:387)
>        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass
> (DefaultClassLoader.java:87)
>        at java.lang.ClassLoader.loadClass(Unknown Source)
>        at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass
> (BundleLoader.java:315)
>        at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass
> (BundleHost.java:227)
>        at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass
> (AbstractBundle.java:1274)
>        at
> org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension
> (RegistryStrategyOSGI.java:160)
>        at
> org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension
> (ExtensionRegistry.java:867)
>        at
> org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension
> (ConfigurationElement.java:243)
>        at
> org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension
> (ConfigurationElementHandle.java:51)
>        at org.eclipse.ui.internal.WorkbenchPlugin.createExtension
> (WorkbenchPlugin.java:259)
>        at org.eclipse.ui.internal.PluginAction.createDelegate
> (PluginAction.java:122)
>        at org.eclipse.ui.internal.PluginAction.selectionChanged
> (PluginAction.java:275)
>        at org.eclipse.ui.internal.PluginAction.<init>(PluginAction.java:112)
>        at org.eclipse.ui.internal.ObjectPluginAction.<init>
> (ObjectPluginAction.java:83)
>        at org.eclipse.ui.internal.ActionDescriptor.createAction
> (ActionDescriptor.java:272)
>        at org.eclipse.ui.internal.ActionDescriptor.<init>
> (ActionDescriptor.java:176)
>        at org.eclipse.ui.internal.ActionDescriptor.<init>
> (ActionDescriptor.java:103)
>        at
> org.eclipse.ui.internal.ObjectActionContributor.createActionDescriptor
> (ObjectActionContributor.java:201)
>        at org.eclipse.ui.internal.PluginActionBuilder.readElement
> (PluginActionBuilder.java:158)
>        at org.eclipse.ui.internal.ObjectActionContributor.readElement
> (ObjectActionContributor.java:280)
>        at org.eclipse.ui.internal.registry.RegistryReader.readElements
> (RegistryReader.java:144)
>        at org.eclipse.ui.internal.registry.RegistryReader.readElementChildren
> (RegistryReader.java:133)
>        at org.eclipse.ui.internal.ObjectActionContributor.readConfigElement
> (ObjectActionContributor.java:251)
>        at org.eclipse.ui.internal.ObjectActionContributor.isApplicableTo
> (ObjectActionContributor.java:217)
>        at org.eclipse.ui.internal.ObjectContributorManager.isApplicableTo
> (ObjectContributorManager.java:303)
>        at
> org.eclipse.ui.internal.ObjectActionContributorManager.contributeObjectActions
> (ObjectActionContributorManager.java:83)
>        at org.eclipse.ui.internal.PopupMenuExtender.addObjectActions
> (PopupMenuExtender.java:261)
>        at org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow
> (PopupMenuExtender.java:337)
>        at org.eclipse.jface.action.MenuManager.fireAboutToShow
> (MenuManager.java:335)
>        at org.eclipse.jface.action.MenuManager.handleAboutToShow
> (MenuManager.java:463)
>        at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:
> 459)
>        at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:
> 485)
>        at org.eclipse.swt.widgets.TypedListener.handleEvent
> (TypedListener.java:235)
>        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
>        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
>        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
>        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)
>        at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:
> 4111)
>        at org.eclipse.swt.widgets.Control.windowProc(Control.java:3815)
>        at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337)
>        at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:
> 1576)
>        at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1937)
>        at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528)
>        at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
>        at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:250)
>        at org.eclipse.swt.widgets.Display.runPopups(Display.java:3849)
>        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3416)
>        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:
> 2384)
>        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
>        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
>        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
>        at org.eclipse.core.databinding.observable.Realm.runWithDefault
> (Realm.java:288)
>        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
> (Workbench.java:490)
>        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:
> 149)
>        at org.eclipse.ui.internal.ide.application.IDEApplication.start
> (IDEApplication.java:113)
>        at org.eclipse.equinox.internal.app.EclipseAppHandle.run
> (EclipseAppHandle.java:193)
>        at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication
> (EclipseAppLauncher.java:110)
>        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start
> (EclipseAppLauncher.java:79)
>        at org.eclipse.core.runtime.adaptor.EclipseStarter.run
> (EclipseStarter.java:386)
>        at org.eclipse.core.runtime.adaptor.EclipseStarter.run
> (EclipseStarter.java:179)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>        at java.lang.reflect.Method.invoke(Unknown Source)
>        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
>        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
>        at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
>
>
> On Apr 15, 7:55 am, Raphael <[email protected]> wrote:
>> Which version of Eclipse are you using?
>> Could you check the workspace/.metadata/.log for any detailed error
>> and post them or send privately?
>>
>> R/
>>
>> On Tue, Apr 14, 2009 at 6:43 AM, Al <[email protected]> wrote:
>>
>> > I'm trying to make a new XML file and have selected New->Android XML
>> > File, but each time I get this message:
>>
>> > The selected wizard could not be started.
>> > Plug-in com.android.ide.eclipse.adt was unable to load class
>> > com.android.ide.eclipse.editors.wizards.NewXmlFileWizard.
>> > com.android.ide.eclipse.editors.wizards.NewXmlFileWizard
>>
>> > The problem is only with the XML file creator, I can create a new
>> > Android Project fine. I'm using ADT 0.9 Pre release and have installed
>> > it as per the instructions on the doc page.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to