Rechecked the dependency trees, rolled back my libraries from httpcore-4.0b3 to 4.0b2, and downgraded my Mime4J to 0.4 to match the dependencies on each of the compiled JAR files. Still the same error on the same line.
I would be very grateful if someone who has successfully gotten HTTP MIME or multipart HTTP POSTs to work in Eclipse would please let me know what on earth I could possibly be doing wrong at this point. I'm really at a loss as to why this error is continuing to happen if I'm going about this the correct way. On Oct 31, 12:33 pm, Alvin Yates <[EMAIL PROTECTED]> wrote: > 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 [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 -~----------~----~----~----~------~----~------~--~---

