Thanks! That worked very well and helped validate that my app scaled properly to 1024 x 600 (fortunately it did).
Next I was curious if I could crank up the landscape resolution to HDTV format (1920 x 1080, dreaming of Android on Google TV), but alas, I could get no further than for instance 1280 x 806. Trying 1280 x 808 or 1282 x 806 would fail (the emulator window would simply not appear), suggesting a (memory or hard-coded) limit of ~1 megapixel maximum? Is there a way to go beyond that and emulate the 2 megapixel HDTV / format? My Windows 7 64-bit PC has a Full HD (HDTV) screen, so that cannot be the reason for this ~1 megapixel limit. Regards On Sep 3, 8:50 am, Sam <samuel.law...@gmail.com> wrote: > Zsolt, String > > I had a quick play - there may be a more official way. But this works: > > 1) Go into the directory: android-sdk/platforms/android-8/skins/ and > make a copy of your WVGA854 directory - rename this directory to > "tablet" > > 2) Alter the contents of the layout file (see below) to adjust for the > difference in width and height. I kept it in portrait by default to > make the changes easier. I also removed the backgrounds - they're not > necessary. > > 3) Go to your AVD manager and create your new AVD based on your new > "tablet" skin. No need to change any other values. > > Here is what you need in your layout file: > > parts { > portrait { > > } > landscape { > > } ... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en