Which org.apache.http is android using? And where can i get that as a jar?
Posted
by Janusz
on Stack Overflow
See other posts from Stack Overflow
or by Janusz
Published on 2010-03-08T15:15:31Z
Indexed on
2010/03/08
15:21 UTC
Read the original article
Hit count: 531
At the moment I'm trying to build some integration tests for an android project. I would like to use the same apache http classes I use on the android. Which version is this and can I get a jar of that somewhere?
Trying to use the jar that comes with android only resolves in Exceptions... But most of the tests won't need running them in the emulator all the time just because I use some apache libraries or do they?
© Stack Overflow or respective owner