Open vdesmet93 opened 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.
Work-around here:
http://developer.android.com/preview/behavior-changes.html#behavior-apache-http-client
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.