发布网友 发布时间:2022-12-16 23:19
共2个回答
热心网友 时间:2023-09-11 19:47
Android 6.0 release removes support for the Apache HTTP client. If your app is using this client and targets Android 2.3 (API level 9) or higher, use the HttpURLConnection class instead. This API is more efficient because it reces network use through transparent compression and response caching, and minimizes power consumption. To continue using the Apache HTTP APIs, you must first declare the following compile-time dependency in your build.gradle file:热心网友 时间:2023-09-11 19:48
不贴代码,谁知道你是啥原因?