lemberg / connfa-android

Open Source Android app for Conferences and Events
http://connfa.com
Apache License 2.0
100 stars 111 forks source link

Unable to find optional library #29

Closed darshil closed 7 years ago

darshil commented 7 years ago

I am getting this error after I cloned the repository. "Error:Unable to find optional library: org.apache.http.legacy"

pavlo-savchuk commented 7 years ago

Hi, @darshilpatel !

You can try to add

android {
        useLibrary 'org.apache.http.legacy'
}

to your build.gradle

Regards,

Pavlo

darshil commented 7 years ago

@pavlo-savchuk Got it. Thanks!