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


I am currently trying to create some integration tests for the Android project. I would like to use the same Apache http classes used on Android. Which version is this and can I get a jar of that?

Comes with Android that trying to use a jar solves only in exceptions ... but most tests will not need to run them in the emulator at all times because I use some Apache libraries Am i?

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


Comments

Popular posts from this blog

bytearray - Removing trailing nulls from byte array in C# -

linux - Authenticating GTK app to run with root permissions -

WPF TextBlock Overflow Text to the Left -