Error:A problem occurred configuring project ':app'.
Unable to find optional library: org.apache.http.legacy
Error:A problem occurred configuring project ':app'.
Unable to find optional library: org.apache.http.legacy
use below code into your build.gradle
file
useLibrary 'org.apache.http.legacy'
For reference check this code