0

its not a good practice to downgrade your sdk,but on a API23 json parsing using HTTPCLIENT doesnt work.it says that its removed in API 23.What should i do to implement JSON paring for login webservice in android studio.if not how to change the API level in android studio.i tried to change in Gradle.build but couldnt solve the issue.Thanks in advance..

1 Answers1

0

You should use HttpURLConnection library instead of HttpClient. Refer to the documentation : http://developer.android.com/reference/java/net/HttpURLConnection.html

Yash
  • 5,225
  • 4
  • 32
  • 65