You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: