I’m sorry if this is a daft question but I appear to be missing something.
I am trying to publish my first app and I need at least 2 screen shots. I have taken these using DDMS in eclipse which produces an image 240 by 400. The market requires an image that is at least 320 by 480!
How do I generate a screenshot of this size?
Create an AVD which has an HVGA skin/resolution. HVGA is by default 320×480.
Run your application once more using this AVD and use DDMS to take screen shots.