Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apache HttpClient 4.3 on Android 4.4

Has anyone gotten Apache HttpClient 4.3 working on Android 4.4? No mater what order I export the apache jars in eclipse the device uses the version of Apache HttpClient that comes with the Android SDK.

like image 953
bickster Avatar asked Nov 10 '22 16:11

bickster


1 Answers

There will be an official re-spin of Apache HttpClient 4.3 at some point. In the meantime there is not much one can do about the problem other then repackaging the stock HttpClient with a different namespace.

like image 82
ok2c Avatar answered Nov 14 '22 21:11

ok2c