On Jan 30, 3:16 am, Martin <google-gro...@digle.de> wrote: > I am analyzing my game with flurry-analytics and some people, who play > my game, receive the Exception java.lang.VerifyError in my Highscore- > Activity. > > What do I have to do to solve this error?
To figure this out you really need to see the log message associated with the failure. Verification errors generally mean that some part of a class failed verification, and as a result the entire class has been rejected by the VM. It should be 100% repeatable. The logcat output will tell you in great detail what went wrong and where. Are the failures always associated with a specific version of the Android OS? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en