i have created a successfully hello world program with an image in it. and here is how it looks on windows 7

I have now connected to my DELL XCD to the computer, ensured that "USB Debugging" is ticked and also made sure that "Settings > Applications and enable Unknown sources" is ticked
I have followed all the steps given here - in android documentation
But the following steps fail:
You can verify that your device is connected by executing adb devices from your SDK platform-tools/ directory. If connected, you'll see the device name listed as a "device."
Here no device is displayed in command prompt.
If using Eclipse, run or debug your application as usual. You will be presented with a Device Chooser dialog that lists the available emulator(s) and connected device(s). Select the device upon which you want to install and run the application.
And this doesn't happen
I have the following packages installed currently

So how to deploy my simple hello world program on my phone now?