Android studio中不推荐使用的文件有哪些替代方案?

Android studio中不推荐使用的文件有哪些替代方案?,android,android-studio,httpclient,Android,Android Studio,Httpclient,我试过了 这将编译“org.apache.httpcomponents:httpclient:4.5”useLibrary“org.apache.http.legacy”和 但是什么也没有发生,它仍然以不推荐的形式出现。。 我该怎么办?最好的解决方案是什么 即使您添加了库,它也会显示为已弃用,因为Android将它们标记为已弃用,建议使用UrlConnection或HttpUrlConnection compile group: 'cz.msebera.android' , name: 'htt

我试过了 这将编译“org.apache.httpcomponents:httpclient:4.5”useLibrary“org.apache.http.legacy”和

但是什么也没有发生,它仍然以不推荐的形式出现。。
我该怎么办?最好的解决方案是什么

即使您添加了库,它也会显示为已弃用,因为Android将它们标记为已弃用,建议使用UrlConnection或HttpUrlConnection
compile group: 'cz.msebera.android' , name: 'httpclient' , version: '4.4.1.1'