I decided to connect the Autobahn | Android library to the Android project, it seems to have downloaded from github , added both jar
files that were in libs , but still swears at import org.apache.http.message.BasicNameValuePair;
. What could be the reason? What else needs to be connected?
|
useLibrary 'org.apache.http.legacy'
underbuildToolsVersion
in the gredl file. - pavel