Apache HttpClient 4.1 on Android

前端 未结 5 514
余生分开走
余生分开走 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:54

    There's an official android port of apache HttpClient you can find in maven repository (or look for "httpclient-android").

    Sadly Android comes with a fork of apache HttpClient built in and it's stuck in version 4.0.

提交回复
热议问题