Datta Kunde
Datta Kunde

Reputation: 467

Android Application Deployment on LG P500 Device

I am developing the Web application in Android 2.2 and i want to deploy it on the LG P500 device. I am using Windows XP as an operating system. But i am facing the problem of installing the drivers on my system, it gives the error "Hardware not found the desired USB drivers". So give me any suggestion on this. Also told me that it is possible on windows system or it required Linux System?

Thanks in advance....

Upvotes: 0

Views: 1326

Answers (1)

eldarerathis
eldarerathis

Reputation: 36243

There's a similar question about this on Superuser, and the answer appeared to be to download and install the LG Mobile Support Tool, then use it to install the drivers.

As for the second part of your question: Yes, you can develop on Windows. There are versions of the SDK for Windows, Mac and Linux. Most of the tutorials assume you are using Eclipse to develop, which is also cross-platform (as is Netbeans, another popular choice).

If you're looking to build the Android source, however, Windows is not currently supported.

Upvotes: 2

Related Questions