NVentimiglia / Websockets.PCL

C# Websockets for all platforms using native bridges
MIT License
98 stars 36 forks source link

"org.apache.http.legacy" has become obsolete on Android 9.0. #38

Open josediegopassos opened 5 years ago

josediegopassos commented 5 years ago

We are receiving the following exception: "Java.Lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/RequestLine;"

This problem only occurs on Android 9.0 and apparently is occurring because "org.apache.http.legacy" has become obsolete.

NehpetsEtnam commented 4 years ago

Just add <uses-library android:name="org.apache.http.legacy" android:required="false" /> inside the Application Tag in your Androidmanifest.xml file.