What version of Apache HTTP Client is bundled in Android 1.6?
Posted
by Benju
on Stack Overflow
See other posts from Stack Overflow
or by Benju
Published on 2010-04-11T20:22:51Z
Indexed on
2010/04/11
20:33 UTC
Read the original article
Hit count: 257
I want to have a seperate project that runs my server communication code in a normal JVM for the purposes of integration testing. This code uses these libraries which are build into the Android Framework...
http://developer.android.com/reference/org/apache/http/client/package-summary.html
Does anybody know what version of Apache HTTP Client this is supposed to be? I want to run it without the Android tests which are painfully slow.
© Stack Overflow or respective owner