Apache HTTP Client Removal from API23, will that have an effect on Volley?
As we have known that Apache HTTP Client removed in API 23 Apache HTTP Client Removal However, Volley library currently still uses Apache 's library such as import org.apache.http.Header; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.HttpStatus; import org.apache.http.StatusLine; import org.apache.http.conn.ConnectTimeoutException; import org.apache.http.impl.cookie.DateUtils; And I have tested 2 projects: one with compileSdkVersion 22 , the other with compileSdkVersion 23 , got 2 screenshots: compileSdkVersion 22 compileSdkVersion 23 I have 2