在相应的module下的build.gradle中加入:
useLibrary'org.apache.http.legacy'
这条语句一定要加在 android{ } 当中。
如:
android {
useLibrary 'org.apache.http.legacy'
}
在相应的module下的build.gradle中加入:
useLibrary'org.apache.http.legacy'
这条语句一定要加在 android{ } 当中。
如:
android {
useLibrary 'org.apache.http.legacy'
}