Making Android Emulator Work For 1600x1200
I've tried editing android's skin layout in the emulator to be 1600x1200 and the emulator fails to bring up a window. It works fine for smaller resolutions like 1024x480 and such b
Solution 1:
The emulator currently doesn't support this (it is a limit on the size of some memory areas it uses). You don't need to run with such a resolution, though, because there are no devices shipping with that size.
For sizes like 1024x480 that you say parts are not visible, I assume this is because the window at the resolution doesn't fit on your computer's screen? If so, you can supply an argument to the emulator (I forget what it is exactly) to scale the screen down so it will fit. Though of course you won't then be seeing all of the pixels your app is drawing.
Post a Comment for "Making Android Emulator Work For 1600x1200"