Do those classes in the library, by any chance, reference standard Java apis that don't exist in your runtime Android version?
That would cause verification to fail for them, perhaps triggering further verification failures up to the activity? 09.12.2011 3:14 пользователь "Bret Foreman" <[email protected]> написал: > Yeah, I used the jar version first but it's got some bugs. I got the > sources from the developer and built the library so I could help him > debug it for Android. There's some weirdness going on with HTTP > redirects in his jar. > > The Java build path in the library looks correct - I see the src and > gen directories. > > On Dec 8, 3:00 pm, TreKing <[email protected]> wrote: > > On Thu, Dec 8, 2011 at 4:54 PM, Bret Foreman <[email protected]> > wrote: > > > No, the classes are wrappers around a web service. Nothing to do > > > with Android system components. > > > > Is there a need for a Library Project then? A standard Java jar should > > suffice if there's no Android-specific stuff in there. > > > > Otherwise, I'd also check that the source files of the referenced library > > appears under Java Build Path -> Source. I think setting a library > project > > should set that, but maybe not. > > > > > ------------------------------------------------------------------------------------------------- > > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > > transit tracking app for Android-powered devices > > -- > 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 -- 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

