【gradle报错】error: package org.apache.http does not exist

导入项目的时候gradle报错

error: package org.apache.http does not exist

解决方法:

在build.gradle中加入

android {

useLibrary 'org.apache.http.legacy'

}