Went back, and realized that I was also missing HTTP Core, Commons-
logging, and hadn't added one of the other libraries.  At the moment,
my Eclipse User Library consists of HTTP Core and HTTP MIME(with JAR
files for httpclient, httpmime, mime4j, commons-codec, commons-
logging, and commons-io)

Still getting that verify error on MultipartEntity though.  I'd be
less confused if Eclipse wasn't building successfully...



On Oct 30, 6:46 pm, Alvin Yates <[EMAIL PROTECTED]> wrote:
> My issue is that the class that is conflicting is a part of HTTP MIME
> though.  I'm using Eclipse so I'd assume the issue you're talking
> about wouldn't actually apply to me.
>
> On Oct 30, 4:44 pm, fadden <[EMAIL PROTECTED]> wrote:
>
> > 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 android-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to