0

Error:A problem occurred configuring project ':app'.

Unable to find optional library: org.apache.http.legacy

akshay s
  • 3
  • 1

1 Answers1

0

use below code into your build.gradle file

useLibrary 'org.apache.http.legacy'

For reference check this code

LINK

Community
  • 1
  • 1
Deepak Kumar
  • 995
  • 9
  • 18