【问题标题】:Can anyone tell me how to handle >compile: org.apache.http.legacy this error in linux?谁能告诉我如何处理 >compile: org.apache.http.legacy linux中的这个错误?
【发布时间】:2016-08-13 12:43:31
【问题描述】:
错误:配置项目 ':app' 时出现问题。
找不到可选库:org.apache.http.legacy
【问题讨论】:
标签:
android
android-studio
【解决方案1】:
在您的build.gradle 文件中使用以下代码
useLibrary 'org.apache.http.legacy'
为了参考检查这个代码
LINK