Skip to content Skip to sidebar Skip to footer

Request Http Url

I just want to call script.php to control the database like a polling. Here is my code, but it gives error : can not resolve HttpClient. HttpClient httpclient = new DefaultHttpC

Solution 1:

Apache Http is deprecated. Add

  useLibrary 'org.apache.http.legacy'

in app's build.gradle file in defaultConfig to use apache httpclient.

Post a Comment for "Request Http Url"