Re: [android-developers] Always getting java.lang.VerifyError on 1.6 but fine on 2.1 and 2.2

2010-10-19 Thread Kumar Bibek
Is it a warning, does it force closes your apps? If not, then probably you shouldn't care. Can you post the stack trace as to which class is missing ? Your logcat should show some hints On Tue, Oct 19, 2010 at 2:55 PM, Alex Xin wrote: > Hi, > > I have an app that runs perfect on 2.2 and 2.2 but

[android-developers] Always getting java.lang.VerifyError on 1.6 but fine on 2.1 and 2.2

2010-10-19 Thread Alex Xin
Hi, I have an app that runs perfect on 2.2 and 2.2 but always getting VerifyError on 1.6 while startup, I don't think that my app cannot run under 1.6 because I don't call any APIs that don't support 1.6. I'm really confused, does anybody has the same issue? How do you solve this problem? Thanks