On Oct 30, 2:05 pm, Alvin Yates <[EMAIL PROTECTED]> wrote: > ...I started implementing a test multipart message in a short-lived > Activity using only StringBody classes, and ran into the Dalvik VM > Verify error against my class. It seems to stem from the creation of > the MultipartEntity object I am using for my HTTP POST.
If you compile against a set of classes, and those classes are different or unavailable at runtime, the verifier will reject your code. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

