[android-developers] Re: Can't install usb driver because Windows do not pop "New hardware wizard"

2009-07-09 Thread Markuz05
If you have already installed drivers windows doesn't show you the option again. Try to go on System properties - > hardware - >device manager to verify it bye On 9 Lug, 07:29, XC He wrote: > Did you enable the usb debug option on your HTC magic? > I ever encountered same problem. > After XP fin

[android-developers] Re: import org.apache.commons.httpclient.HttpClient library error

2009-07-03 Thread Markuz05
DefaultHttpClient. This class is not the org.apache.commons.httpclient.HttpClient but you can use it in your Android enviroment. On 3 Lug, 11:54, Android Development wrote: > Thanks for the reply Markuz05. > My API is a wrapper over the Apache HTTP Client API..which is a well tested > and proven

[android-developers] Re: import org.apache.commons.httpclient.HttpClient library error

2009-07-03 Thread Markuz05
Nithu: are you using sdk 1.5 or 1.1? Android Development: you can use only libraries compatible with android sdk. For performance reasons Dalvik VirtualMachine is not the standard Java VirtualMachine so Android uses its API that are little different from Java standard API. This means that you ca

[android-developers] Re: import org.apache.commons.httpclient.HttpClient library error

2009-07-02 Thread Markuz05
You have to import android-sdk libraries: org.apache.http.client.HttpClient Look at the reference: http://developer.android.com/reference/org/apache/http/package-descr.html Bye On 2 Lug, 08:06, N V wrote: > Hi to all... > >            I got one blog which interacts with servlets... Link as > f