kris, Then we're back to the project/library setup. The project builds without errors or warnings, yet fails at runtime. But as far as I know, there are very few steps in setting up and using an Android project and I've gone through the ones described in my OP. I'm looking for ideas of what else I might try.
On Dec 8, 3:53 pm, Kristopher Micinski <[email protected]> wrote: > If the verifier says it can't find the definition of that class, then > it literally can't find the definition of that class. So either your > build environment is set up wrong, or a jar file has been built wrong. > It's not that the verifier can't find a standard java class, it's one > of yours (otherwise the verifier would tell you it couldn't find some > *different* class). > > To be clear > com.pachube.jpachube.Data > > is the class you're missing.. > > kris -- 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

