问题:
Caused by: java.lang.ClassNotFoundException: Didn’t find class “org.apache.http.ProtocolVersion” on path: DexPathList[[zip file “/data/app/com.example.hello-WCTiV-qbtM4CRFKuNjdcxg==/base.apk”],nativeLibraryDirectories=[/data/app/com.example.hello-WCTiV-qbtM4CRFKuNjdcxg==/lib/x86, /system/lib]]
原因:
Volley 依赖版本可能有问题。
解决方法:
添加或修改 Gradle.gradle 文件的 dependencies
//Volley
implementation 'com.android.volley:volley:1.1.1'