httpclient-android
httpclient-android copied to clipboard
Does library work on Android 7+?
get it working on Android API version from 3 to 23
As for me library works well on Android 8-9 (with usesCleartextTraffic flag in manifest)
But it is required to add useLibrary 'org.apache.http.legacy' in app/build.gradle otherwise apk will not be installed without adb (also on Android 4.4)
What do you think about this?
PS
Tor is not working on Android 4.4 with this library
java.net.UnknownHostException: Host is unresolved: xmh57jrzrnw6insl.onion
at java.net.Socket.connect(Socket.java:826)
at cz.msebera.android.httpclient.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74)