pushover4j icon indicating copy to clipboard operation
pushover4j copied to clipboard

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

Open paulisme opened this issue 11 years ago • 1 comments

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?

paulisme avatar Aug 15 '14 17:08 paulisme

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

sps avatar Sep 06 '14 19:09 sps