You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.
When I add the ServletPostAsyncTask class, I am unable to import the relevant libraries. I read in Stack Overflow that I could update my build.grade with the following:
useLibrary 'org.apache.http.legacy'
However, when doing so, it looks like the HttpClient and HttpPost libraries are deprecated.
Please let me know what I am doing wrong and how I should proceed.
The text was updated successfully, but these errors were encountered:
As I said, this worked until I updated android studio. I have since tried following the instructions on the link about migrating to 2.0 but so far only seemed to make things worse.
When I add the ServletPostAsyncTask class, I am unable to import the relevant libraries. I read in Stack Overflow that I could update my build.grade with the following:
However, when doing so, it looks like the HttpClient and HttpPost libraries are deprecated.
Please let me know what I am doing wrong and how I should proceed.
The text was updated successfully, but these errors were encountered: