[android-beginners] Re: Hi.. getting error in creating AVD

2009-09-08 Thread Alok Kulkarni
This error is caused when you compile a .java file with one version of JDK and running the .class file with a different version of JVM. You may say; same version is not required to compile and run. Yes, that is true. But you can not run .class files that are compiled with a newer version than

[android-beginners] Re: Hi.. getting error in creating AVD

2009-09-08 Thread Alok Kulkarni
Just check that u hv the latest java version installed . 1.5 or above is enough. See this too.. i know its not related to any coding issue http://developer.android.com/reference/java/lang/UnsupportedClassVersionError.html On Tue, Sep 8, 2009 at 11:52 PM, Alok Kulkarni kulsu...@gmail.com wrote: