Has anyone tried to use a newer version of Apache HttpClient on Android? There\'s an annoying bug in the HttpClient used by Android and I was wondering if I would run into p
That doesn't looks as good idea, especially if package and class names were not changed in newer version of Client. Most likely you will not be able to predict which class is used (old or new).