I used Picasso as dependency for both the my App project and the chat library
Here is the error I'm facing while compiling the code:
Program type already present: org.apache.http.auth.AuthSchemeFactory Message{kind=ERROR, text=Program type already present:
org.apache.http.auth.AuthSchemeFactory, sources=[Unknown source file], tool name=Optional.of(D8)}
so how to use same dependency for two project?
---- Root project----
|
|
---app
|
---chat library
EDIT Saturday - 2018 14 April
in app>libs folder the following jar
files exist:
- httpclient-4.3.6
- httpcore-4.3.3
- httpmime-4.3.6