标签: android
如何修复包裹:org.apache.http不存在。
org.apache.http
答案 0 :(得分:1)
要继续使用Apache HTTP API,必须首先在build.gradle文件中声明以下编译时依赖项:
android { useLibrary 'org.apache.http.legacy' }
看图像: