Apache HttpClient 4.1 on Android

前端 未结 5 502
余生分开走
余生分开走 2020-12-06 14:32

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

5条回答
  •  再見小時候
    2020-12-06 14:42

    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).

提交回复
热议问题