i am using an HTC WIldfire on android 2.1 update-1. I am stuck at trying to install it on to my computer, i am using Windows XP SP3. I connect the Wildfire to my computer with USB-debugging on and USB Charge only on. It comes up as ADB on device manager and i try to install it. I follow this tutorial http://appinventor.googlelabs.com/learn/setup/setupwindows.html At the bottom it tells you how to install drivers for windows. I do as it tells me and nothing works. As my last resort i have to use 'Installing the App Inventor Setup drivers manually'. I get as far as to install the drivers and it just tells me that "The hardware was not installed because the wizard can not find the necessery software". I have tried various things before asking my question, i installed HTC Sync and uninstalled it leaving the two USB thingies that come with it, then i try it without them (uninstall 'em). Still no luck, i would appreciate any help as i am pretty new to android developing and anything for that matter. Feel free to ask me any questions and give me any answers. Any help would be greatly appreciated.

link|improve this question
Should probably be asked here - android.stackexchange.com – jjnguy Dec 1 '10 at 17:33
feedback

1 Answer

If you want to develop with your HTC Wildfire with Eclipse on Windows, the first thing you need to do is to install the USB drivers for your device and to install the very last updates for android developpement on Eclipse (I use Vista).

For the drivers, it will be done by installing the HTC Sync 3.0 available here: http://www.htc.com/www/SupportDownload.aspx?p_id=316&cat=3&dl_id=1058

When it is done, open Eclipse and connect your device to your computer.

Then, click on Window > Show View > Devices. You should see the device.

Before running your app, don't forget you need to declare it "debuggable" in the manifest file (android:debuggable="true" in the "application" element). The same on the device itself.

Try to launch the application. It should work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.