开发者

Which org.apache.http is android using? And where can i get that as a jar?

At the moment I'm trying to build some integration tests for an android project. I would like to use the sa开发者_Go百科me 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?


You can get HttpClient from the HttpClient site. Generally speaking, Android uses a current-generation (i.e., 4.x) version of this library. However, there may not be a published JAR that matches the code Android is using.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜