TO74
TO74

Reputation: 13

The New >> Project >> Android Application Project doesn't work

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

Answers (3)

geet Sebastian
geet Sebastian

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

Nikita
Nikita

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

ridoy
ridoy

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:

  • First try these solutions.
  • If not successful, try to reinstall your Eclipse from a newer build. That often solves the problem.

Upvotes: 1

Related Questions