Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Oversized Android emulator

When I launch an application, (say the default app) in my system (windows 7 platform), I get an oversized android emulator. http://www.twitpic.com/394y0h

How do I resize it???

— asked November 22nd 2010 by Pritam Pebam
  • android
0 Comments

3 Answers

  • Accepted Answer

    Hi Pritam

    You can experiment with the "Screen" option at the bottom of the "Run Emulator" screen. Let me know if this doesn't solve it.

    — answered November 22nd 2010 by Paul Dowsett
    permalink
    0 Comments
  • If you are using a skin that displays larger than your screen, there currently is no easy way to pass the scale option to the emulator from Titanium (unlike Eclipse). An option is to set the scale for the emulator session from outside of Titanium.

    From command prompt run:

    telnet localhost 5554

    window scale 0.75

    quit

    Assuming there is one emulator running with an ID of 5554. The ID is listed at the top of the emulator window and becomes your telnet port. A value of .75 is about right for the high density display skins (droidX, droid2X, droid2) and for your tablets.

    Keywords: android, emulator, scale, skins

    — answered July 1st 2011 by Stephen Feather
    permalink
    0 Comments
  • hi pritam,

    i guess your emulator is moved to full screen mode try Alt+Enter… hope that should do the trick..

    — answered November 22nd 2010 by Satta Ravi
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.