How can I setup Eclipse for better Android Widget development?

Posted by MBonig on Stack Overflow See other posts from Stack Overflow or by MBonig
Published on 2010-06-12T15:47:51Z Indexed on 2010/06/12 15:52 UTC
Read the original article Hit count: 209

Filed under:
|

I'm trying to develop a widget for Android. I'm using Eclipse but I can't get the view editor setup to match what I'm going to see when I deploy to my phone.

I'm creating a 4x1 widget. I've gone through and tried setting up a new "Device" so that I can preview what the widget will look like before I deploy. I said the device is landscape, setup a 240dpi for the x and y on the device and set the dimensions to 294x72 (also tried 72x294 but that didn't work any better).

I've done some googling and I can't seem to find any guides for setting up Eclipse.

Any help is greatly appreciated.

Thanks

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about android-widget