Reputation: 13
The New >> Project >> Android Application Project doesn't work I got these messages:
Problem Opening Wizard
The selected wizard could not be started
The selected wizard could not be started.
Plug-in com.android.ide.eclipse.adt was unable to load class com.android.ide.eclipse.adt.internal.wizards.templates.NewProjectWizard.
An error occurred while automatically activating bundle com.android.ide.eclipse.adt (839).
Upvotes: 0
Views: 5062
Reputation: 687
I got this problem solved when I restarted Eclipse and changed the workspace I was working on. try it.. that might help
Upvotes: 1
Reputation: 21
Restarting Eclipse perfectly works... And If you are still getting error in Package statement, you can build project manually by going through Project menu in eclipse.
Upvotes: 2
Reputation: 6332
It means that the plug-in implementing your wizard could not be started. Have you tried using the Error Log or Console views to see why it couldn't be activated? 2 suggestions for you:
Upvotes: 1