Can't get my build to use the unirest-java-version of org-apache.http.client instead of the one shipped with Android (I'm at API 16) -
i'm having trouble unirest-java on api level 16, namely have compiled jar (unirest-java-1.4.6-snapshot-withdependency-shadedforandroid
) dependencies , apache-libs shaded - i'm still getting errors app not finding org.apache.http.client.methods.httprequestbase.releaseconnection
.
which have concluded due using built-in apache-libs (which didn't have httprequestbase.releaseconnection
implemented @ api 16, later on) instead of ones i've compiled in unirest-jar.
tried building project both using android studio (1.0) , gradle same result.
logcat
http://pastebin.com/5mcsa7eg
unirest-java/pom.xml
http://pastebin.com/thhzn3sn
app/build.gradle
http://pastebin.com/vnuguhcy
any in direction appreciated!
Comments
Post a Comment