Ecwid / ecwid-mailchimp

MailChimp API Wrapper for Java
Apache License 2.0
86 stars 83 forks source link

MailChimpClient constructor VerifyError runtime exception: "Incompatible argument to function" #14

Closed rujiel closed 10 years ago

rujiel commented 10 years ago

Trying to run very basic / simple same code written by basiliscus here: https://github.com/Ecwid/ecwid-mailchimp/wiki

MailChimpClient mailChimpClient = new MailChimpClient();

This gets me:

java.lang.VerifyError: (class: org/apache/http/impl/client/DefaultHttpClient, method: setDefaultHttpParams signature: (Lorg/apache/http/params/HttpParams;)V) Incompatible argument to function

I've heard this usually arises from jar conflicts, but there is nothing referenced in my compiled mailchimp jar that would conflict with jars elsewhere. Any ideas what this could be? It isn't the matter of an incorrect parameter--passing the MailChimpClient constructor a HttpClientConnectionManager compiles just fine.