Didn't find class "org.apache.http.ProtocolVersion
使用volley时报“Didn't find class "org.apache.http.ProtocolVersion”
今天在运行签名好的apk 在android9.0的小米8上面 出现打开闪退。
在 Android 6.0 中,我们取消了对 Apache HTTP 客户端的支持。 从 Android 9 开始,默认情况下该内容库已从 bootclasspath 中移除且不可用于应用。
要继续使用 Apache HTTP 客户端,以 Android 9 及更高版本为目标的应用可以向其 AndroidManifest.xml的application节点下 添加以下内容:
-
<uses-library
-
android:name="org.apache.http.legacy" android:required="false" />