Apache HTTP Client Removal from API23, will that have an effect on Volley?

后端 未结 6 584
盖世英雄少女心
盖世英雄少女心 2020-12-08 03:07

As we have known that Apache HTTP Client removed in API 23

Apache HTTP Client Removal

However, Volley library curr

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-08 03:35

    android {
        useLibrary 'org.apache.http.legacy'
    }
    
    dependencies {
        compile 'commons-httpclient:commons-httpclient:3.1'
    }
    

提交回复
热议问题