GleasonK/AndroidRTC

org.apache.http.* not found in class XirSysRequest

Opened this issue · 2 comments

None of this imports of XirSysRequest is found:
import org.apache.http.HttpRequest;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
import org.apache.http.client.entity.UrlEncodedFormEntity;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.impl.client.DefaultHttpClient;
import org.apache.http.message.BasicNameValuePair;

What is the origin?

add this:
useLibrary 'org.apache.http.legacy'
to the app/build.gradle file into 'android' section