codebutler / android-websockets

Bare minimum websockets (hybi13/RFC) client for Android
713 stars 494 forks source link

WebSocketClient uses BasicNameValuePair which is removed in Android 6.0 SDK #27

Open vdesmet93 opened 9 years ago

vdesmet93 commented 9 years ago

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.

mkonecny commented 9 years ago

Work-around here:

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