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

Android Studio 编译不通过,报错“找不到org.apache.http.HttpEntity”
如果你使用的 target sdk是23请在build.gradle加入

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

http://stackoverflow.com/questions/26024908/apache-httpclient-android-gradle

你可能感兴趣的:(Android Studio 编译不通过,报错“找不到org.apache.http。。。”)