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?

  • Do you happen to collect 24 api? if yes then you usually need to add useLibrary 'org.apache.http.legacy' under buildToolsVersion in the gredl file. - pavel
  • compile 'org.apache.httpcomponents: httpcore: 4.4.5' - georgehardcore

0