android-websockets icon indicating copy to clipboard operation
android-websockets copied to clipboard

WebSocketClient uses BasicNameValuePair which is removed in Android 6.0 SDK

Open vdesmet93 opened this issue 10 years ago • 1 comments

BasicNameValuePair is part of the Apache HTTP stack, which is removed from the SDK since Android 6.0(M). Compiling against the final M SDK will break the build since BasicNameValuePair cannot be found.

vdesmet93 avatar Aug 19 '15 08:08 vdesmet93

Work-around here:

http://developer.android.com/preview/behavior-changes.html#behavior-apache-http-client

mkonecny avatar Aug 22 '15 18:08 mkonecny