Unsupported major.minor 49.0 usually means you aren't running a Java runtime that supports Java 5 class versions. Java 5's class version is 49.0. Now, if you have Java 6, it can run 49.0 class versions, and of course so can Java 5 itself. So, make sure you have either 5 or 6 as an installed JDK and your Eclipse is using one of those. Go to Prefs- >Java->Installed JREs and make sure it's Java 5 or 6 (and then make sure your project is USING the correct installed JRE if you have multiple).
On Sep 19, 4:35 am, Sidhartha <[EMAIL PROTECTED]> wrote: > Hi All, > > I am trying to insatll the ADT plug-in for Eclipse Ganymede 3.4 using > the archive path. I had provided the archive for installing the ADT. > It gives me an error stating some resource files are missing. When i > try to create a new project i get the following error: > > The selected wizard could not be started. > Plug-in com.android.ide.eclipse.adt was unable to load class > com.android.ide.eclipse.adt.project.internal.NewProjectWizard. > com/android/ide/eclipse/adt/project/internal/NewProjectWizard > (Unsupported major.minor version 49.0) > > This was working till Sep 17th, not sure i some new version's been > released. Could someone provide some pointers as how to solve this > issue. > > Thanks, > Sidhartha --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

