They are all related to creating a new instance of AHighScore. Some part of the code in AHighScore uses a class, or classes, that are 'incompatible' with the version of the OS on which AHighScore would be running.
Under what version of the Android OS did you compile your app? Under what version of the Android OS is your app actually running? On Feb 3, 8:34 pm, Martin <[email protected]> wrote: > Oh, I found out that they are all the same, although I got them at > different times. > So to keep it clearly, here is just one of them: > > java.lang.VerifyError: digle.de.LeonardFrog.AHighscore > at java.lang.Class.newInstance(Native Method) > at android.app.Instrumentation.newActivity(Instrumentation.java: > 1096) > at > android.app.ActivityThread.performLaunchActivity(ActivityThread.java: > 2061) > at > android.app.ActivityThread.handleLaunchActivity(ActivityThread.java: > 2157) > at android.app.ActivityThread.access$1800(ActivityThread.java: > 112) > at android.app.ActivityThread > $H.handleMessage(ActivityThread.java:1581) > at android.os.Handler.dispatchMessage(Handler.java:88) > at android.os.Looper.loop(Looper.java:123) > at android.app.ActivityThread.main(ActivityThread.java:3739) > at java.lang.reflect.Method.invokeNative(Native Method) > at java.lang.reflect.Method.invoke(Method.java:515) > at com.android.internal.os.ZygoteInit > $MethodAndArgsCaller.run(ZygoteInit.java:739) > at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:497) > at dalvik.system.NativeStart.main(Native Method) > > Greetings, Martin -- 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

