Saturday, April 23, 2011

Resizing Android Emulator in Eclipse

If the size of the emulator is too big. You can resize it by:
1. Run > Run Configurations
2. Pick the "Target" tab
3. Scroll down to Additional Emulator Command Line Options and put in: "-scale 0.8" or another number

13 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. thanks for the clue :)

    ReplyDelete
  3. What do I do if I can't scroll down? I'm in the run>run configurations window. I've clicked on my android configuration and then the target tab. But there is no scroll bar and I'm unable to scroll down.

    At the top I see Deployment Target Selection Mode, two checkboxes for manual and automatic. Below that I can see the top half of Emulator Launch Parameters. But no means of scrolling.

    Is there a file I could edit instead?

    ReplyDelete
  4. Gee thanks. This was really causing me problems. Nice and simple.

    ReplyDelete