That can't be the problem in my case because people have reported it
on Droid but we've tested it on Droid from the day it came out till
the 2.2 update - and never seen a problem. Also there are a LOT of
Droid users of the app and it apparently happens just for <0.X% of
them :/


On Tue, Sep 7, 2010 at 6:42 PM, Yahel <kaye...@gmail.com> wrote:
> Hi all,
>
> I had both theses errors : ClassNotFound and  VerifyError.
>
> Turns out I was using a class and/or a function that was not available
> in the 1.5 framework.
>
> In my manifest I have :
>
> <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"></
> uses-sdk>
>
> And in my project properties I have checked the 1.6 framework.
>
> With both of these it did not trigger compiler error since the
> function existed in the 1.6 framework.
> I just went in the properties, checked the 1.5 framework. Errors were
> detected by the compiler, I found a way around them, then checked back
> 1.6 in the properties. It did the trick.
>
> Good luck.
>
> Yahel
>
> --
> 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

-- 
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

Reply via email to