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)
As for me library works well on Android 8-9 (with
usesCleartextTrafficflag 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