I want to use the latest HttpClient 4.1 version in my application. But Android already bundled with HttpClient.
The only way that I see is to build this library from sources, and change package name.
Is there any other solution?
EDIT:
At download page I see OSGi bundle. I have no experience in using OSGi, but AFAIK, OSGi intended to solve libraries versioning problems? If so, how can I use it?