Httpclient 4.3.3 On Android
I cannot use httpclient 4.3.3 libraries on Android. I tried to add jar files to libs folder but it still uses its own httpclient packages. They have both same package names. I thin
Solution 1:
I think this is the problem.
Yes, it is.
Is there any solution for that?
Use HttpUrlConnection
. Or use OkHttp
. Or see if jarjar
can handle refactoring a library as large as HttpClient to a new package.
Post a Comment for "Httpclient 4.3.3 On Android"