导入到eclipse时无法解析导入org.apache.http.client错误

时间:2015-12-12 16:01:22

标签: android

当我导入android项目时,

“导入org.apache.http.util无法解析”。我试着查看其他示例答案,但我仍然不安静理解。我在下面提到了stackoverflow链接的答案: The import org.apache.http.client cannot be resolved error when I update sdk to M

如果可能,请提供截图答案。非常感谢你。

1 个答案:

答案 0 :(得分:0)

将此添加到build.gradle

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

或者您可以使用此帖apache http imports not working

中提到的解决方案