Android java.lang.NoClassDefFoundError:failed resolution of :Lorg/apache/http/ProtocolVersion [How to Solve]

This is a bug in Google play services. Before fixing it, you can add it to Android manifest. XML internal < application> label:

< uses-library android:name= "org.apache.http.legacy" android:required= "false" />

Similar Posts: