How to add Apache HTTP API (legacy) as compile-time dependency to build.grade for Android M?
- 阅读更多 关于 How to add Apache HTTP API (legacy) as compile-time dependency to build.grade for Android M?
As mentioned here , Android M will not support the Apache HTTP API. The docs state to: use the HttpURLConnection class instead. or To continue using the Apache HTTP APIs, you must first declare the following compile-time dependency in your build.gradle file: android { useLibrary 'org.apache.http.legacy' } I have converted much of my project's usage of HttpClient to HttpURLConnection, however, I still need to use the HttpClient in a few areas. Hence, I am trying to declare 'org.apache.http.legacy' as a compile-time dependency but am getting an error in build.gradle: Gradle DSL method not found: