Android Studio 编译不通过,报错“找不到org.apache.http

如果你使用的 target sdk是23请在build.gradle加入

android{ useLibrary org.apache.http.legacy}
原文地址:https://www.cnblogs.com/jiayonghua/p/5056716.html