Saturday, May 14, 2016

Cannot resolve symbol NameValuePair

NameValuePair is part the package org.apache which was deprecated with Android 22 and removed with Android M, which is the version against you are compiling. What is interesting is that neither the documentation of NameValuePair is reachable





You just add line
 useLibrary 'org.apache.http.legacy'   in the android :


No comments:

Post a Comment