Re: java.lang.NoSuchMethodError: org.apache.http.conn.scheme.Scheme.

2013-01-08 Thread ErwinZwart
Many thanks for your response Oleg, That was indeed the problem. I am using the library suggested and it all works now, Many thanks! -- View this message in context: http://httpcomponents.10934.n7.nabble.com/java-lang-NoSuchMethodError-org-apache-http-conn-scheme-Scheme-init-tp18698p18727.htm

Re: java.lang.NoSuchMethodError: org.apache.http.conn.scheme.Scheme.

2013-01-08 Thread Oleg Kalnichevski
On Tue, 2013-01-08 at 01:02 -0800, ErwinZwart wrote: > First of all my environment: > > Android application using Eclipse > httpclient-4.2.2.jar > > This is my piece of intelligent code: > > public class TestPCCManagerActivity extends Activity { > /** Called when the activity is first create

java.lang.NoSuchMethodError: org.apache.http.conn.scheme.Scheme.

2013-01-08 Thread ErwinZwart
First of all my environment: Android application using Eclipse httpclient-4.2.2.jar This is my piece of intelligent code: public class TestPCCManagerActivity extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState)