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

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

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