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

后端 未结 6 585
盖世英雄少女心
盖世英雄少女心 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条回答
  •  南笙
    南笙 (楼主)
    2020-12-08 03:41

    Appache Http is removed from android API level 23 if you still using the Apache Http client you can include android { useLibrary 'org.apache.http.legacy'} in your project - module build.gradle

提交回复
热议问题