Hi,

I m implementing an asynchronous HTTP server in Android. I am using the 
code from link 
http://hc.apache.org/httpcomponents-core-ga/examples.html(Asynchronous HTTP 
server).. While compiling it I am getting the following 
error and application crashes:

java.lang.IncompatibleClassChangeError:org.apache.http.params.SyncBasicHttpParams
 

in the line

HttpParams params = new SyncBasicHttpParams();

Please let me know the cause and how to resolve it?

I am using the jars from httpcomponents-core-4.3-alpha1.

Thank you!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to