下载 ‘org.apache.http.legacy.jar’ 文件并将其粘贴到 project / app / libs中
并在 “ build.gradle”中 添加依赖 项
如果您在gradle中的依赖项中有以下行,则不要在项目中添加其他行来添加jar文件。
compile fileTree(dir: 'libs', include: ['*.jar'])testCompile 'junit:junit:4.12'
无需导入任何commons-logging-1.2.jar文件

下载 ‘org.apache.http.legacy.jar’ 文件并将其粘贴到 project / app / libs中
并在 “ build.gradle”中 添加依赖 项
如果您在gradle中的依赖项中有以下行,则不要在项目中添加其他行来添加jar文件。
compile fileTree(dir: 'libs', include: ['*.jar'])testCompile 'junit:junit:4.12'
无需导入任何commons-logging-1.2.jar文件