java.lang.NoClassDefFoundError:failed resolution of :Lorg/apache/http/ProtocolVersion

I’m encountering this error when I use Android Studio to build my app. The APK is compiled, but when I attempt to run the app on Android P emulator, it will crash and throw the following error. Please see more details in the attachments: java.lang.NoClassDefFoundError:failed resolution of :Lorg/apache/http/ProtocolVersion This is my build.grade file. If anybody … Read more