I am trying to use the org.apache.httpcomponents:httpmime:4.5.2
dependency on Android but get this exception:
E/AndroidRuntime: FATAL EXCEPTION: SyncAdapterThread-1
java.lang.ExceptionInInitializerError
at org.apache.http.entity.mime.MultipartEntity.<init>(MultipartEntity.java:71)
at org.apache.http.entity.mime.MultipartEntity.<init>(MultipartEntity.java:91)
when I call:
MultipartEntity multipartEntity = new MultipartEntity();
Any thoughts as to what might be causing this?