Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NoSuchMethodError: org.apache.http.client.entity.UrlEncodedFormEntity. #4

Open
paulisme opened this issue Aug 15, 2014 · 1 comment

Comments

@paulisme
Copy link

I'm using Gradle in Android Studio to pull in pushover4j but get this runtime error when calling pushMessage:

java.lang.NoSuchMethodError: org.apache.http.client.entity.UrlEncodedFormEntity.

Any ideas?

@sps
Copy link
Owner

sps commented Sep 6, 2014

I have a hunch that you have multiple versions of apache httpclient on your classpath.
This project currently relies on org.apache.httpcomponents:httpclient 4.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants