AndroidRTC icon indicating copy to clipboard operation
AndroidRTC copied to clipboard

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

Open eduardofamendes opened this issue 8 years ago • 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?

eduardofamendes avatar Dec 19 '17 00:12 eduardofamendes

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

mslabenyak avatar Feb 05 '18 14:02 mslabenyak

Thank you!

Em 05/02/2018 2:15 da tarde, "mslabenyak" [email protected] escreveu:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GleasonK/AndroidRTC/issues/24#issuecomment-363096390, or mute the thread https://github.com/notifications/unsubscribe-auth/AHxY8syUidj6JFESv559ZSh3HOoZS1rCks5tRwz-gaJpZM4RGSqB .

eduardofamendes avatar Feb 05 '18 14:02 eduardofamendes